javascript Obj_Button scrollHeight, scrollWidth

Originally implemented in IE 4 for elements that either scrolled or influenced an element's scroll ( body , button , caption , div ,

javascript Obj_Button recordNumber

Used with IE data binding, returns an integer representing the record within the data set that generated the Obj_Button element (i.e., an element whos

javascript Obj_Button name

This is the identifier associated with the element when used as a form control. The value of this property is submitted as one-half of the name/valu

javascript Obj_Button form

Returns a reference to the form element that contains the current element (if any).

javascript Obj_Button focus( )

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

javascript Obj_Button filters[ ]

Returns an array of all filter objects contained by the current element. Applies only to the following element objects: bdo , body ,

javascript Obj_Button disabled

Specifies whether the Button element is available for user interaction. When set to true, the element cannot receive focus or be modified by the user

javascript Obj_Button dataSrc

Used with IE data binding to specify the ID of the page's Obj_Button object element that loads the data source object for remote data access

javascript Obj_Button dataFormatAs

document.getElementById("myButton").dataFormatAs = "html"; this property advises the browser whether the Obj_Button source materia

javascript Obj_Button dataFld

Used with IE data binding to associate a remote data source column name to a button object's label. A datasrc attribute must also be set for the

javascript Obj_Button clientLeft, clientTop

Broadly speaking, these provide the left and top coordinates of the Obj_Button element's content within the box that includes the Obj_Button element's

javascript Obj_Button clientHeight, clientWidth

Broadly speaking, these provide the height and width of the Obj_Button element's content, but with minor variations with respect to element padding am

javascript Obj_Button blur( )

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

javascript Obj_Button accessKey

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

javascript Obj_Button Description

The button object reflects the button element. While IE for the Mac doesn't share the sets of client- and scroll- properties with all element o