Contents Home Page Previous Page Next Page

Follow Link upon Mouseover

Here's a good way to drive your visitors crazy: instead of the link needing to be clicked, the browser loads the linked page as soon as the mouse pointer passes over the link. All it requires is to include onMouseover="window.location=this.href" in the tag. The code for the link below is <a href="index3.htm" onMouseover="window.location=this.href">Go Home!</a>, for example.

Try it here: Go Home!