hi, I have a question. Would it be possible to go from one page to another when you go with your mouse over a certain region of the page? If yes, how would this be done on a html page? Much thanks in advance.
<a href="http://example.com/page.html" onmouseover="parent.location='http://example.com/page.html'";>Link</a> HTML:
<div onmouseover="parent.location='http://example.com/page.html'">Your content here.......</div> HTML: You can apply the onmouseover javascript event to almost any html tag. If you can't figure it out post here your html code.