TOC PREV NEXT INDEX

domref



window.stop()


This method stops window loading.

Syntax

window.stop()
 

Parameters

None.

Example

window.stop();
 

Notes

The stop() method is exactly equivalent to clicking the stop button in the browser. Because of the order in which scripts are loaded, the stop() method cannot stop the document in which it is contained from loading, but it will stop the loading of large images, new windows, and other objects whose loading is deferred.

Specification

DOM Level 0. Not part of specification.
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX