Hi all. I've done a search for this and found this post (http://community.actinic.com/showthread.php?t=22964) - it's a bug report in v8. Not sure how closely my problem is related to this, but I'm not sure where to go from here.
The variable "ProductImageFileName" contains the value
"NOT_CATALOG\Web Images\m_8420Burgundy.jpg"
but when it's used as the source of an image, it outputs
"m_8420Burgundy.jpg"
Since the image is in the acatalog folder on the site, the image displays fine, but a javascript rollover that references the variable to locate the image fails and I get the little cross to show that the browser can't find the image.
1) is it normal that the variable outputs two different things?
2) how do I fix my javascript? I only need the filename, not the filepath. is there another variable I can use?
The variable "ProductImageFileName" contains the value
"NOT_CATALOG\Web Images\m_8420Burgundy.jpg"
but when it's used as the source of an image, it outputs
"m_8420Burgundy.jpg"
Since the image is in the acatalog folder on the site, the image displays fine, but a javascript rollover that references the variable to locate the image fails and I get the little cross to show that the browser can't find the image.
1) is it normal that the variable outputs two different things?
2) how do I fix my javascript? I only need the filename, not the filepath. is there another variable I can use?
Comment