/ Published in: JavaScript
With this statement you can reload a page, this will also reset any forms on the page.
Expand |
Embed | Plain Text
window.location = window.location.href;
You need to login to post a comment.
seloh77 on 12/07/12
1 person have marked this snippet as a favorite
With this statement you can reload a page, this will also reset any forms on the page.
window.location = window.location.href;
You need to login to post a comment.