JavaScript Programmer’s Reference OBJECT.standby (Property) Sets or resets

JavaScript Programmer’s Reference OBJECT.standby (Property) Sets or resets the message text displayed while the object is loading. Availability: DOM level 1 JavaScript 1.5 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: N myOBJECT.standby OBJECT.tabIndex (Property) A control of where the OBJECTobject appears in the tabbing order of the page. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: Number primitive JavaScript syntax: -myOBJECT.tabIndex This value indicates where in the tabbing sequence this object and any of its children will be placed. The tabbing order is used when filling in forms or moving focus. Pressing the [tab] key moves from one form element to the next according to the cascaded tabbing order defined by building a tree-like structure with the tab index values. OBJECT.type (Property) An indication of the MIME type of the object if its codeType property is undefined. Availability: DOM level 1 JavaScript 1.5 JScript 3.0 Internet Explorer 4.0 Netscape 6.0 Property/method value type: String primitive JavaScript syntax: -myOBJECT.type The MIME type of the object is accessible through the value of this property. Refer to the MIME type topic for details of the available MIME types you will likely see in this property. See also: MIME types 1602

Leave a Reply