Monday, February 10, 2014

Magento :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

No comments:

Post a Comment