Posted by Jukka K. Korpela on 03/19/07 18:58
Scripsit Desmond:
> Can someone tel me how I put a link at the bottom of a page to send it
> to the top. Is this Javascript?
No, it is foolish (in almost all cases, and surely if you had to ask).
Technically, it would at the simplest be the following (pure HTML):
<a href="#">Start of the current page</a>
but the foolishness results from the fact that every browser has a builtin
function for moving to the start of the current page, such as the Home key.
And you surely did not intend even to hide the useless link in a print
stylesheet, so all those links would appear on paper too.
More info: http://www.cs.tut.fi/~jkorpela/www/totop.html
--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/
[Back to original message]
|