Applet.start() (Method)

A public method that starts an applet running.

Availability:

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

This method will start an applet running if it has previously been stopped. Note that, in general, applets will run automatically by default unless you do something to prevent it (possibly by setting HTML tag attributes).

See also:Applet object, Applet.stop()