Saturday, October 8, 2011

Refresh Web Page in JavaScript

Here's a very simple code:

window.location.reload(true);

So simple that you might not even care & easily forget about its syntax... that's why it's here. :)

No comments:

Post a Comment