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

Q942 How can I refresh the current page when pressing a form button?

You are here: irt.org | FAQ | JavaScript | Redirect | Q942 [ previous next ]

Try:

<form>
<input type="button" value="Click me" onClick="history.go(0)">
</form>

Feedback on 'Q942 How can I refresh the current page when pressing a form button?'

©2018 Martin Webb