6/21/2010

Refresh page Using Javascript

we can Refresh a page Using Meta tag and javascript
By Meta tag

<meta http-equiv="refresh" content="600">

By Javascript

<a href="javascript:location.reload(true)">Refresh this page</a>


Click here to Refresh this page

1 comment:

  1. very cool & good js , thank you very much for sharing.

    ReplyDelete