Placing the following script into any document will return you to the top of the page when you double click anywhere within the body of that page.
Click Here to scroll to the bottom of this page and then Double Click anywhere within this frame to return to the top of this page.
|
<script type="text/javascript"> <!-- function Top() { window.scrollTo(0,0) } document.ondblclick=Top //--> </script> |