Assignment 10: A Possible Answer
This:
<SCRIPT LANGUAGE="javascript">
document.write("<FORM><INPUT TYPE=button VALUE=Reload the Page onClick=location.href=document.location></FORM>")
</SCRIPT>
~~~~
<A HREF="thanksalot.html" onMouseOver="location.href='thanksalot.html'">Pass your mouse over this</A>
Gives you this:
~~~~
Pass your mouse over this
Did You Get It?
Back to the Index Page