The tips and tricks in this post allow two different types of mouseover links.

The first is one that will act as if visitors have clicked the link when they have simply put their mouse on top of it.

For example, look at the following link:

It was made with this code:
<a href=" "onmouseover="parent.location='http://google.com'"> Look
at this site!</a>
Copy and paste the code into your HTML code and the change the text in italics and you are done!

The second mouseover link tip is one that will show a pop-up window when a visitor puts his or her mouse on the link.
Look at this link:
I like web pages
It was made with slightly different code than the previous tip. Look at the HTML:
<a href="" onMouseover="alert('That answer is correct')">I like web pages</a>
Copy and paste that code into your web page's HTML code and remember to change the text in italics.


Keywords: Mouseover Hyperlinks Tips,tips and tricks ,mouseover links, HTML code ,pop-up window,HTML