Reference | objects | array sup () the text in the string into superscript (superscript) font (<SUP>)
toLowerCase () turns text in a string to lowercase
toUpperCase () to capitalize text in a string
b.28 Submit Object
It is a property of the Form object, a Submit button (<input type= "Submit" >) in the forms.
Property
Name (name= attribute) of the name object
Value Value= Property
Method
Click Simulate mouse button
Event handlers
Onclick Click
B.29 text Object
It is a property of a Form object, a text field in the Universe (<input type= "text" >).
Property
DefaultValue text object's default value (Value= attribute)
Name of the object (Name= attribute)
Value The field has the current value, initially the same as the value= attribute (defaultvalue) But if the script modifies a value in that field, the value changes
Method
Blur move focus away from the text box
Focus moves to the text box
Select Choose Input Area
Event handlers
Onblur Lose Focus Event
Onchange changes
Onfocus Spotlight Event