Click to See Complete Forum and Search --> : Automatic Redirect on Mouseover?


Morpheus210
02-17-2003, 02:27 PM
I was just wondering if anybody knew where I could find a script which would automatically redirect the viewer to a different page when they passed the mouse over a link (no clicking involved). I'm pretty sure I've seen this used before...

Thanks,

Morph

Nevermore
02-17-2003, 02:32 PM
use:

onMouseOver="document.location.href='you_page.htm'"

in the anchor tag.

Morpheus210
02-17-2003, 02:41 PM
I'm sure this sounds dumb, but I'm new to this stuff...

Where, exactly, do I put that script?

Nevermore
02-17-2003, 02:47 PM
<a onMouseOver="document.location.href='you_page.htm'" >Your_text_here</a>