try using anchors...
-----Original Message-----
From: George Smyth [mailto:george.smyth@U...]
Sent: Friday, July 27, 2001 8:14 AM
To: javascript
Subject: [javascript] RE: Go to bottom of page - how ?
The problem with this is that you need to know how deep the page is, as you
must specify how far to scroll the window.
Cheers -
george
-----Original Message-----
From: KATHLEEN.M.WHALEN@c...
[mailto:KATHLEEN.M.WHALEN@c...]
Sent: Thursday, July 26, 2001 3:25 PM
To: javascript
Subject: [javascript] Go to bottom of page - how ?
There's a nifty script given on "The JavaScript Source" web site that will
scroll you to the bottom of the page. It's called "vertical"
http://javascript.internet.com/scrolls/vertical.html
Hope this helps.
=====================================
I have a long page that I don't want to split into separate pages. I am
using the following to get users to the top of the page:
<center><a href="../"><img src="rg-home.gif"
border=0></A>
<a href="faq.htm#top"><img src="rg-top.gif" border=0></A></center>
What would the code be to get users from the top of the page to the
bottom?
This will need to work in IE and Netsape 4.0 or better
---