Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q493 How can I refresh the current page?

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?'

©2018 Martin Webb