Re: goto top
On 19 Mar, 17:34, Kim André Akerø <kiman...@xxxxxxxxxxxxxxxxxx> wrote:
Desmond wrote:
Can someone tel me how I put a link at the bottom of a page to send it
to the top. Is this Javascript?
Desmond.
A frequently used method is to put the following at the very top of
your HTML files (right after the <body> tag):
<a name="top"></a>
And this near the bottom of the page to go to the top:
<a href="#top">Go to the top of the page</a>
--
Kim André Akerø
- kiman...@xxxxxxxxxxxxxxxxxx
(remove NOSPAM to contact me directly)
Thanks that was simple. Des.
.
Relevant Pages
- Re: goto top
... Desmond wrote: ... Is this Javascript? ... your HTML files: ... (remove NOSPAM to contact me directly) ... (alt.html) - Re: [PHP] Array maybe? Or many SQL insert queries
... > the users frequent hotel number, ... I know I could do this through repeated sql insert querys, ... > button at the bottom, to get them to the next page? ... This sounds like something javascript can fix. ... (php.general) - Layout with variable-height middle section
... some suggestions on how I can make the bottom section adapt to that ... a fixed-length, fixed-width top section which is just a graphic ... fixed-width bottom section which is mostly a graphic with ... stay away from Javascript unless the development community has come around ... (comp.infosystems.www.authoring.stylesheets) - Re: Gridview Select Row Question
... Checking the difference between my non-working ... you placed the javascript at the bottom of ... So that others can benefit from your working solution I have pasted it ... (microsoft.public.dotnet.framework.aspnet) - Re: Students, Take Note
... I think the problem shows up only when Javascript is disabled ... HTML files around after you created them. ... it is a bug in that generator, then it may show up in every HTML ... (rec.music.classical.guitar) |
|