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. Link to comment https://forums.phpfreaks.com/topic/170573-page-scolls-as-cotent-loads/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.