Reload browser window after POST without prompting user to resend POST data

window.location.href = window.location.href;

Don’t ask my why it works..but it does :).
Just the way the js engine interprets the logic I suppose.

Leave a Comment