posted
Anyway, I was wondering if there is a way to swap an image with another, when you you onmouseover a coordinate section on an image map.
I've searched for it, but for all everyone says about the convenience of the internet, google apparently reads "image map" as "COME SEE FREE SEXY GAY MANPORN!!!!"
------------------ "...screw logic, let's go for a theory with no evidence!" - Omega.
posted
If the CODE tag worked you would see below a bit of javascript that I have seen.... Thank you...
<script type="text/javascript"> if (document.images) { image1 = new Image; image2 = new Image; image1.src = "enter1.gif"; image2.src = "enter2.gif"; }
function chgImg(name, image) { if (document.images) { document[name].src = eval(image+".src"); } } </script>
------------------ "One's ethics are determined by what we do when no one is looking" Nugget Star Trek: Gamma Quadrant Star Trek: Legacy Read them, rate them, got money, film them
"...and I remain on the far side of crazy, I remain the mortal enemy of man, no hundred dollar cure will save me..." WoV
[ No, apparently the "CODE" tag doesn't work... ]
[This message has been edited by TSN (edited February 09, 2001).]