how to make a refresh button using javascript
google? : javascript refresh
<!-- Codes by Quackit.com -->
<a href="javascript:location.reload(true)">Refresh this page</a>
You can do this by using: window.location.reload()
google? : javascript refresh
<!-- Codes by Quackit.com -->
<a href="javascript:location.reload(true)">Refresh this page</a>
You can do this by using: window.location.reload()