DOM Objects
DOM Anchor
DOM Applet
DOM Area
DOM Base
DOM Basefont
DOM Body
DOM Button
DOM Checkbox
DOM Document
DOM Event
DOM FileUpload
DOM Form
DOM Frame
DOM Frameset
DOM Hidden
DOM History
DOM Iframe
DOM Image
DOM Link
DOM Location
DOM Meta
DOM Navigator
DOM Option
DOM Password
DOM Radio
DOM Reset
DOM Screen
DOM Select
DOM Style
DOM Submit
DOM Table
DOM TableData
DOM TableHeader
DOM TableRow
DOM Text
DOM Textarea
DOM Window

Applet Object

The Applet object represents an HTML applet element. The applet element is used to place executable content on a page.

The Applet object's properties are described below:

N: Netscape (including Mozilla when N6 or higher), IE: Internet Explorer, W3C: World Wide Web Consortium (Internet Standard)

Properties

Syntax: object.property_name

Property Description N IE  W3C
align Sets or returns the alignment of the applet object (according to the surrounding text) 6 5 Yes
alt Sets or returns a text alternative to the applet object 6 6 Yes
archive Sets or returns a string that can be used to implement your own archive functionality for the applet object 6 6 Yes
border Sets or returns the width of the border around the applet object   - Yes
code Sets or returns the URL of the file that contains the compiled Java class 6 5 Yes
codeBase Sets or returns the URL of the component 6 5 Yes
codeType     - Yes
contentDocument Returns   - Yes
data   6 - Yes
declare     - Yes
form Returns a reference to the applet object's parent form   - Yes
height Sets or returns the height of the applet object 6 - Yes
hspace Sets or returns the horizontal margin of the applet object 6 5 Yes
id Sets or returns the id of the applet object (In IE 4 this property is read-only)   4 No
name Sets or returns the name of the applet object 6 5 Yes
standby Sets or returns a message when loading the applet   - Yes
tabIndex Sets or returns the tab order of the applet object   5 Yes
type Sets or returns the content type for data downloaded via the data attribute 6 - Yes
useMap   6 - Yes
vspace Sets or returns the vertical margin of the applet object 6 5 Yes
width Sets or returns the width of the applet object 6 - Yes