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

Q1541 How can I refresh my main window by clicking on a submit button in a frame of that window?

You are here: irt.org | FAQ | JavaScript | Window | Q1541 [ previous next ]

Try:

<form>
<input type="button" value="Refresh" onClick="top.main.location.reload(1)">
</form>

©2018 Martin Webb