Page 1 of 1

Can a clients view be refreshed without client interaction?

Posted: Mon Feb 10, 2003 1:33 pm
by clarkkent
:?: I am building a site where one set of users load data into a database, while another set of users view and update this same data. Is there a way to automatically update the content for the users viewing/updating the data every time a row is added to the database without those same users performing any action?

mm

Posted: Mon Feb 10, 2003 10:22 pm
by AVATAr
you cant make the server "tell" the client to reload.. you can make the client to reload after some time (javascript) . or make the client check any changes in te DB.