Auto refresh web page

Posted by Epitaph on Stack Overflow See other posts from Stack Overflow or by Epitaph
Published on 2009-01-15T02:42:47Z Indexed on 2010/06/09 8:32 UTC
Read the original article Hit count: 395

Filed under:
|
|

I have a web page which allows the user to carry out various operations that in turn modify the database. Also, this web application needs to keep track of various fields in database that keep changing with time. Is refreshing the page every few seconds the best possible way to implement this? For example, if there is a long list on the page requiring scrolling, it is hard to view the list since the page keeps resetting due to the refresh. I know, there are ways to retain the position of the scroll. But, could I use something more efficient?

© Stack Overflow or respective owner

Related posts about html

Related posts about database