How can I reload the page using JavaScript?
I need a method that works in all browsers.
If you put
window.location.reload(true);
at the beginning of your page with no other condition qualifying why that code runs, the page will load and then continue to reload itself until you close your browser.