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

Olivier Marie olivier.marie at ulysse.u-bordeaux.fr
Tue Oct 22 09:40:08 CDT 2002


(Sorry if this post has been posted twice : I'm not sure it has been sent
correctly)

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




More information about the Javascript mailing list