You are here: irt.org | FAQ | JavaScript | Redirect | Q493 [ previous next ]
Try:
location.reload(true);
or:
location.href = location.href;
or
history.go(0);
©2018 Martin Webb