The Applet object represents an HTML applet element. The applet element is
used to place executable content on a page.
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 |