A
|
ann 8/13/2010 |
Hi, setInterval('window.location.reload()',120); |
G
|
goffj1 author 8/13/2010 |
Hi, try the following code (JavaScript Onload event on the Events tab): setInterval('window.location.reload()',120);
|
![]() |
Sergey Kornilov admin 8/13/2010 |
Function names are case sensitive in Javascript. |
G
|
goffj1 author 8/13/2010 |
Function names are case sensitive in Javascript. setInterval is right while SetInterval is wrong. Make sure case is correct.
|
![]() |
Sergey Kornilov admin 8/13/2010 |
Probably something else is wrong. |