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:40:08 +0200
(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
- Prev by Date: [Javascript] How to go to the end of my page ?
- Next by Date: [Javascript] getting form fields by name
- Previous by thread: [Javascript] How to go to the end of my page ?
- Next by thread: [Javascript] How to go to the end of my page ?
- Index(es):