javascript page reload


/ Published in: JavaScript
Save to your folder(s)

With this statement you can reload a page, this will also reset any forms on the page.


Copy this code and paste it in your HTML
  1. window.location = window.location.href;

Report this snippet


Comments


You need to login to view comments.