|
 |
asp_web_howto thread: scroll down automatically?
Message #1 by "S N" <uandme72@y...> on Thu, 23 Aug 2001 14:26:44 +0530
|
|
how to always show the bottom of the page in the browser by scrolling
down automatically on load??
Message #2 by <uandme72@y...> on Thu, 23 Aug 2001 14:57:30 +0530
|
|
how to always show the bottom of the page in the browser by scrolling
down automatically on load??
Message #3 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 23 Aug 2001 11:23:28 +0100
|
|
put a book mark at the bottom of the page and then navigate to it
e.g.
<BODY ONLOAD="window.navigate('#pagebottom')">
...
<A NAME="pagebottom"></A>
</BODY>
-----Original Message-----
From: uandme72@y... [mailto:uandme72@y...]
Sent: 23 August 2001 10:56
To: ASP Web HowTo
Subject: [asp_web_howto] Re: scroll down automatically?
how to always show the bottom of the page in the browser by scrolling
down automatically on load??
|
|
 |