[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-APPLET
Allows for a non-HTML program written in Java to be included in the web document.
Attributes
Specifies the filename of the Java program file to be embed in the web document. The code="" attribute value is evaluated in respect to the current web document's directory; therefore, a full URL path is not used.
Specifies the width, in pixel or percentage values, the applet will cover in the document.
Specifies the height, in pixel or percentage values, the applet will cover in the document.
Specifies the base URL of directory that contains the Java program. The code="" attribute is evaluated with respect to the codebase="" value if codebase is supplied.
Specifies where the applet should be aligned in respect to the rest of the document.
Specifies the left and right (horizontal) whitespace applet margins in pixels.
Specifies the top and bottom (vertical) whitespace applet margins in pixels.
Declares a name for the non-HTML object.
Code Tip
If needing to supply the full URL path of the Java program file to be embed in the web document, use the codebase="" attribute.
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-APPLET
Applet
UsageAllows for a non-HTML program written in Java to be included in the web document.
Attributes
code="" (required)
Specifies the filename of the Java program file to be embed in the web document. The code="" attribute value is evaluated in respect to the current web document's directory; therefore, a full URL path is not used.
width="#" (required)
Specifies the width, in pixel or percentage values, the applet will cover in the document.
height="#" (required)
Specifies the height, in pixel or percentage values, the applet will cover in the document.
codebase=""
Specifies the base URL of directory that contains the Java program. The code="" attribute is evaluated with respect to the codebase="" value if codebase is supplied.
align="left | right | top | middle | bottom" (bottom by default)
Specifies where the applet should be aligned in respect to the rest of the document.
hspace="#"
Specifies the left and right (horizontal) whitespace applet margins in pixels.
vspace="#"
Specifies the top and bottom (vertical) whitespace applet margins in pixels.
name=""
Declares a name for the non-HTML object.
Code Tip
If needing to supply the full URL path of the Java program file to be embed in the web document, use the codebase="" attribute.
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
