javascript submit focus( )
Gives focus from the current submit object, at which time the submit object's onfocus event fires.
javascript submit disabled
Specifies whether the element is available for user interaction. When set to true , the element cannot receive focus or be modified by the user
javascript submit accessKey
This is single character key that either gives focus to a submit element or activates a form control or link action.
javascript submit Description
See input (type="submit").
javascript SUB Description
The sub object reflects the sub element; the sup object reflects the sup element. Browsers tend to render these objects' content in a small
javascript styleSheets item( )
Returns a styleSheet object corresponding to the object matching the index value in source code order.
javascript styleSheets length
Returns the number of elements in the collection of styleSheets.
javascript styleSheets Description
A collection of styleSheet objects that are members of a document object. The W3C DOM abstract representation of this collection is called a S
javascript styleSheet removeRule( )
Removes a rule from the styleSheet object. The integer index parameter value points to the zero-based item in the rules array to delete.
javascript styleSheet insertRule( )
Adds a new rule for a style sheet. This method offers a scripted way of adding a rule to an existing W3C DOM styleSheet object: document.sty
javascript styleSheet deleteRule( )
Removes a rule from the styleSheet object. The integer index parameter value points to the zero-based item in the cssRules array to delete. Note
javascript styleSheet addRule( )
Adds a new rule for a style sheet. This method offers a scripted way of adding a rule to an existing styleSheet object: document.styleSheets[
javascript styleSheet addImport( )
Adds an external style sheet specification to a styleSheet object.
javascript styleSheet type
Returns the style sheet MIME type specified by the type attribute of the style or link element.
Powered by Linode.