Forums / Developer / to use javasript variable to find out path of a image using ezimage in javascript file

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

to use javasript variable to find out path of a image using ezimage in javascript file

Author Message

Romeo Antony

Wednesday 23 June 2010 2:58:45 am

var id = this.id;
this.getElementsByTagName('IMG')[0].src = 'images/' + this.id + '_over.gif';

i need to get this like this.id._over.gif|ezimage anyone have an idea