javascript Obj_Button createTextRange( )

Creates a TextRange object containing the button's label text. See the TextRange object.

javascript Obj_Button value

Provides the current value associated with the form control that is submitted with the name/value pair for the element. Unlike the button-type inpu

javascript Obj_Button type

Specifies whether the button element is specified as a button , reset , or submit style button.

javascript Obj_Button tabIndex

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

javascript Obj_Button status

Unlike the status property of other types of form controls, the property has no visual or functional impact on the button.

javascript Obj_Button scrollLeft, scrollTop

Provide the distance in pixels between the actual left or top edge of the Obj_Button element's physical content and the left or top edge of the visibl

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