ihavenoidea Posted August 17, 2009 Share Posted August 17, 2009 I have a php script that outputs lots of text, but it outputs a paragraph every few seconds (using flush). Now I want the page to scroll while the php outputs.. so while the page is still loading.. is it possible to do this? The closest I've got is by onload="window.scrollTo(0,document['body'].offsetHeight);" but that only goes to the bottom once the page is finished loading.. i want it to scroll WHILE its loading. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.