D
DJ
I've added a html code fragment to a web page. I'm trying to do an image
rollover. I have been able to get the onmouseover to work with the
window.status and the alert box but not with replacing an image.
Are there problems with publisher 2002 with document.name.scr?
<a href="" onmouseover="document.logo.scr = 'altlogo.jpg'; return true">
<img src="Logo.jpg" NAME="logo" border="0" /></a>
Thanks
rollover. I have been able to get the onmouseover to work with the
window.status and the alert box but not with replacing an image.
Are there problems with publisher 2002 with document.name.scr?
<a href="" onmouseover="document.logo.scr = 'altlogo.jpg'; return true">
<img src="Logo.jpg" NAME="logo" border="0" /></a>
Thanks