Log in

View Full Version : request for help



Alan Bell
10-26-2005, 02:31 PM
Could someone please help me find a way of clicking on a link at the bottom of a page which will return the user to the top of the page without scrolling. I've had a look through this site, but i'm unsure what it is that i'm looking for.
Thanks in advance,
Alan

Freeman
10-26-2005, 02:48 PM
Use an anchor. At the top of the page have the text that you are going that you want them to go back to put <a name="name">text</a>. Then at the bottom of the page insert
<a href="#name">Return to top of page</a>

JF

Alan Bell
10-26-2005, 03:08 PM
Thanks mate, it works a treat!

Wizard13335
10-26-2005, 08:19 PM
Another way would be to just make a link to the same page. That will load the page as if it was a new one, and automatically the browser would return to the top of the page.