J
|
jmclain 1/24/2011 |
I use the following in JavaScript OnLoad Event to auto refresh a page after 60 seconds . . .
|
G
|
GerryT author 1/25/2011 |
Thanks, I must be doing something wrong because it does not refresh. Should all of that be on one line? |
![]() |
Admin 1/25/2011 |
GerryT, setTimeout("location.reload();",60000);
|
G
|
GerryT author 1/27/2011 |
resolved. |