Jump to content

Page scolls as cotent loads


ihavenoidea

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.