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

Q1603 How can I use Javascript to stop loading the current page by pressing a button?

You are here: irt.org | FAQ | JavaScript | Misc | Q1603 [ previous next ]

In Netscape Navigator 4+ use:

<form>
<input type="button" value="stop" onClick="window.stop()">
</form>

Feedback on 'Q1603 How can I use Javascript to stop loading the current page by pressing a button?'

©2018 Martin Webb