The page loading is never finished so unload will never be called. There is constantly new content added to the page while the log is running and I want it scroll to the button all the time not just once.
If at all possible I'd prefer not to insert anything into the page code but have it in a seperate javascript: URL that can be called from a bookmark if needed.
Main Topics
Browse All Topics





by: ZylochPosted on 2004-09-09 at 17:06:38ID: 12022635
Hi
crollHeigh t);
You could put this:
<body onload="scrollBottom();">
and have this:
function scrollBottom() {
scrollBy(0,document.body.s
}
Regards,
Zyloch