Scrolling a Browser Page During Output

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
willirl
Forum Newbie
Posts: 1
Joined: Thu Oct 12, 2006 4:51 pm

Scrolling a Browser Page During Output

Post by willirl »

Can someone tell me how I can output something that will cause a long browser page to scroll (automatically) as I am writing to it? - so that the last output line is always visable.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

PHP has no control over that. Search my posts for createElement, the code snippet I'm referring to has some scrolling code in it that may be of interest.
Post Reply