You are here: irt.org | FAQ | JavaScript | Redirect | Q493 [ previous next ]
Try:
location.reload(true);
or:
location.href = location.href;
or
history.go(0);
Feedback on 'Q493 How can I refresh the current page?'
©2011 Martin Webb