Hello,
I use the following code in my detail_link.html
<a $url%>">
<img src="<%$site_url%>/thumbs/<%$logo%>.jpg" OnError="ImageLoadFailed()" src="<%$site_url%>/thumbs/nologo.jpg" /></a>
IF the image is available in the thumbs folder it show perfect, if not it uses nologo.jpg..
This goes perfectly in IE, but in FireFox
OnError="ImageLoadFailed()" src="<%$site_url%>/thumbs/nologo.jpg" /
show a blank image
What goes wrong?
Regards,


