/

HTML / CSS / JavaScript Tutorial

JavaScript Window method: stop()

[this page | pdf | back links]

The stop() method (when applied to Window objects in the JavaScript BOM) stops the window from loading.

 

It has the following syntax with no parameters. It does not return a value.

 

window.stop(message)

 


NAVIGATION LINKS
Contents | Prev | Next | JavaScript DOM (and BOM)


Desktop view | Switch to Mobile