Applet.stop() (Method)

A public method that stops an applet running.

Availability:

JavaScript - 1.1
JScript - 3.0
Internet Explorer - 4.0
Netscape - 3.0
JavaScript syntax:-myApplet.stop()

This method provides a way to stop the execution of an applet from outside. Applets may choose to stop themselves if that is what you have designed them to do. Other applets may be embedded into the page and instructed not to run automatically by setting the appropriate attributes in the <APPLET> HTML tag.

See also:Applet object, Applet.start()