Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] How to go to the end of my page ?


  • From: javascript@xxxxxxxxxx (Olivier Marie)
  • Subject: [Javascript] How to go to the end of my page ?
  • Date: Tue, 22 Oct 2002 16:19:20 +0200

Hello everybody

I would like to scroll down my long page generated from php (this page is in
a frame).
So i put a anchor at the end :
<A NAME="scrolldown"></A>

And in some case ( according to php results) I write a javascript command at
the end of my html body to ask browser to scroll down :

 <script language="javascript">
   self.location="#scrolldown";
 </script>

It works fine with netscape 4.7 and 6,  explorer 5 and 6 (pc) but
it doesn't work with Explorer 5.2 Mac.
Is there any way to make it working on it ?

Thanks for answers
Olivier