|
Javascript location.reload |
|
|
|
Contributed by Joe
|
|
Thursday, 27 July 2006 |
Javascript location.reload The reload method forces a reload of the window's current document,You can both provide a simple link that the user can click on to call the Javascript function and set a timer that calls the location.reload function at a specified interval. The following example tell you how to use Javascript's location.reload in a link: <a href="javascript:location.reload();">Refresh</a>
|