Mouse over link

I was woundering is there any chance that you clould have this and this would also link as a Download <!--more--> <br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"" ONMOUSEOVER="alert('Hello i think you have taken a wrong turning please turn back')">next page</a> <br />
<br />
<br />
so when you put your mouse over you get a Download <!--more--> as well if so how??<br />
<br />
if you want to see it in actioin go to<br />
<br />
<!-- m --><a class="postlink" href="http://www/geocities.com/testsubject2/newgames">http://www/geocities.com/testsubject2/newgames</a><!-- m --> (<!-- m --><a class="postlink" href="http://www.geocities.com/testsubject2/newgames">http://www.geocities.com/testsubject2/newgames</a><!-- m -->)<!--content-->so why can't you do this<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"somepage.html" ONMOUSEOVER="alert('Hello i think you have taken a wrong turning please turn back')">next page</a><!--content-->Is it just me, or will you ever be able to Download <!--more--> the "somepage.html" ?? If the alert comes up you will actually never click the link and you wont get the somepage.html...<br />
<br />
Why not try this:<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript: void(0)" onmouseover="alert('Hey you must have taken a wrong turn'); window.location.href='http://www.htmlforums.com/archive/index.php/someDownload <!--more-->.html'">Previous</a><br />
<br />
Above will resutl in the re-direction of the page to 'someDownload <!--more-->.html' upon clicking 'ok' in the alert box. You can also do this (if you want an exe, cgi, zip or other file Download <!--more--> prompt to show):<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"javascript: void(0)" onmouseover="alert('Hey you must have taken a wrong turn'); window.location.href='http://www.htmlforums.com/archive/index.php/someDownload <!--more-->.zip'">Previous</a><!--content-->good point KD, never really looked at it that way<!--content-->
 
Back
Top