Topic awaiting preservation: Javascript-scroll down.. (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Helsingborg, Sweden |
posted 12-11-2002 15:36
Is there a way to make a javscript that can scroll down to a certain row by itself in a webpage? |
Paranoid (IV) Inmate From: A graveyard of dreams |
posted 12-11-2002 15:56
Put a link like <a name="linkname"></a> where you want the browser to scroll to when the page is loaded. Then on the link that links to the page add #linkname after the .html/.htm, for example <a href="./index.htm#linkname">...</a>. |