stepUp
Method of dom/HTMLInputElementdom/HTMLInputElement
Syntax
var object = object.stepUp(n);
Parameters
n
- Data-type
- any
Return Value
Returns an object of type DOM NodeDOM Node
Type: HRESULT
This method can return one of these values.
S_OK
Notes
Remarks
Throws an INVALID_STATE_ERR exception if the control doesn’t support stepUp, if the Step attribute’s value is "any", if the current value could not be parsed, or if stepping in the given direction by the given amount would take the value out of range.
Standards information
- HTML5 A vocabulary and associated APIs for HTML and XHTML, Section 4.10.7.4
See also
Related pages
- HTMLInputElementHTMLInputElement
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]