This topic is locked
[SOLVED]

 automatic refresh

5/10/2010 3:05:05 PM
PHPRunner General questions
D
danaci author

hi,

is it possible page is periodic (ex: 5 min.) auto refresh?

A
ann 5/11/2010

Hi,
you can do it using the Javascript SetInterval() method. Use the JavaScript OnLoad event on the Events tab of your page.

Here is a sample:

SetInterval('window.location.reload()', 300000);



For more information:

http://www.w3schools.com/jsref/met_win_setinterval.asp

D
danaci author 5/12/2010

very much thnx Ann.

working..!
is it possible if field is empty different color view?