Back to the Top.
Ever read a long page and had to scroll the side bar all the way up in order to get back to the top of the page and wondered if there would have been a better and easier way. Well some visitors are patient enough to do that but not all. Most visitors will hit the back arrow or to that matter close the window and off they go...gone rarely ever to come back.
If it so happens that the page you are building can not be sub divided into small pages without loosing it's relevance, then an easier way to overcome this is by strategically placing links within the page that will allow the visitors to be taken to the top of the page wherever that section of the page shifts to a new approach or content.
Here is the Html code you can use:
| <A
HREF="#" onMouseOut="window.status=''; return true;" onMouseOver="window.status='Back to top'; return true;
">Back to top</a> |
Example: Back to top
Just copy and paste the code to the relevant place you want the link to appear in your body text.
Close the back to the top window and return to Html JavaScript examples

|