javascript AREA Description

The area object reflects the area element, which defines the shape, coordinates, and destination of a clickable region of a

javascript applets namedItem( )

Returns a single applet object or collection of applet objects corresponding to the element matching the parameter string value.

javascript applets item( )

Returns a single applet object or collection of applet objects corresponding to the element matching the index value (or, optionally in IE, the ind

javascript applets length

Returns the number of elements in the collection of applets.

javascript applets Description

A collection of all the Java applets in the current element, sorted in source code order. Navigator and Internet Explorer let you use array notation

javascript APPLET width

See height.

javascript APPLET vspace

The vspace property of APPLET is described in chapter: javascript APPLET hspace, vspace

javascript APPLET tabIndex

This is a number that indicates the sequence of this APPLET element within the tabbing order of all focusable elements in the document.

javascript APPLET src

Internet Explorer defines this attribute as the URL for an associated file. The src property is not a substitute for the code and/or codebase

javascript APPLET object

Returns a reference to the applet object so that a script can access a property or method of the applet whose name is identical to a property or met

javascript APPLET name

This is the identifier associated with the applet. Use the name when referring to the object in the form document. appletName .

javascript APPLET hspace, vspace

Indicate the pixel measure of horizontal and vertical margins surrounding an applet. The hspace property affects the left and right edges of the e

javascript APPLET height, width

Indicate the height and width in pixels of the element as set by the tag attributes. Changing the values does not necessarily change the actual rect

javascript APPLET focus( )

Gives focus from the current APPLET object, at which time the APPLET object's onfocus event fires

javascript APPLET dataSrc

It's unclear how you would use this property with an applet object because the dataFld and dataSrc properties (as set in element attributes)