| You are here: NetStrider » Tutorials » HTMLRef » Commands » APPLET « |

|
|
<APPLET> Command |
|
|
Command Syntax:
<APPLET
command parameters>
The <APPLET>
command tag pair establish and contain instructions for the browser on how to locate, load and run a Java applet
within the browser window.  the <BLOCKQUOTE>
command contained within the command tag pair displays some alternate text to browsers which
are not Java capable and cannot run the applet. Java capable browsers ignore the
alternate text and run the applet using the defined display parameters.
Command Parameters:
Specifies the alignment to be used for the display window for the Java applet
where:
Optionally designates some alternate text which will display while the applet is
loading or if, for some reason, the applet fails.
Optionally designates a base URL at which the code for the Java applet can be found
by the browser. This can be either a local directory or a remote site on the
Internet.
Provides the name of the file which contains the Java applet code.
If the optional
Optionally designates a base URL at which the code for the Java applet can be found
by the browser. This can be either a local directory or a remote site on the
Internet.
Defines the height, in pixels, of the space in which the applet will appear. Defines the width, in pixels, of the space in which the applet will appear. Defines the width, in pixels, of the horizontal standoff, or amount of white space
to place between the edge of the applet display space and any text wrapped around the applet display.
Defines the height, in pixels, of the vertical standoff, or amount of white space
to place between the edge of the applet display space and any text wrapped around the applet display.
Establishes the name of the applet within the context of the HTML document.
A number of such statements can be used to name and define the value of
applet parameters or data values which can be called within the body of the HTML document.
|
|||||||||||||
Example:
|
|||||||||||||
| Return to Section A:D |