javascript APPLET dataFld

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

javascript APPLET codeBase

Provides the path to the directory holding the class file designated in the code attribute. The codebase attribute does not name the class file,

javascript APPLET code

Provides the name of the Java applet class file set to the code attribute. Not fully implemented in Netscape 7.

javascript APPLET blur( )

Removes focus from the current APPLET object, at which time the APPLET object's onblur event fires.

javascript APPLET archive

Reflects the archive attribute of the applet element. Only partially implemented in the browsers.

javascript APPLET altHTML

Provides the HTML content to be displayed if the object or applet fails to load. This can be a message, static image, or any other HTML that best fi

javascript APPLET alt

This is the text message to be displayed if the object or applet fails to load. There is little indication that setting this property on an existing

javascript APPLET align

Defines the alignment of the element within its surrounding container. Only partially implemented in Netscape 6.2.

javascript APPLET accessKey

This is single character key that either gives focus to an element (in some browsers) or activates a form control or link action. The browser an

javascript APPLET Description

The applet object reflects the applet element.

javascript anchors urns( )

The urns() method of anchors is described in chapter: javascript all urns( )

javascript anchors tags( )

Returns a collection of anchor objects (among all objects nested within the current collection) with tags that match the tagName parameter.

javascript anchors namedItem( )

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

javascript anchors item( )

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

javascript anchors length

Returns the number of elements in the collection of anchors.