MouseOver

liunx

Guest
I am trying to do a page so that when a user places the cursor over an image another image appears but in a new window and when he removes the cursor the New window disappears. Can anyone help ??? <br />
<br />
Thanks in Advance <br />
<br />
Chris<!--content-->Try <img src=http://www.htmlforums.com/archive/index.php/"blah.gif" onMouseover="var x=window.open('url',null,'options')"<br />
onMouseout="x.close()"><!--content-->
 
Back
Top