/ Published in: JavaScript
With this statement you can reload a page, this will also reset any forms on the page.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
window.location = window.location.href;