In the case of form controls, its value will be the variable name sent to the
server on form submission. The id attribute can ??™ t be used for the same purpose.
Value type: CData
nohref When present, it indicates that the region has no associated link.
Value type: Boolean
onblur The onblur event occurs when the element is active and loses the focus.
Value type: CData
onchange The onchange event occurs when the control loses the focus and its value has
been modified since gaining focus.
Value type: CData
onclick The associated script is invoked when the pointing device is clicked once over
the element.
Value type: CData
ondblclick The associated script is invoked when the pointing device is clicked twice over
the element in a short lapse of time.
Value type: CData
onfocus When the element obtains the focus (for example: an input text box has the
current), the corresponding script is executed.
Value type: CData
onkeydown The associated script is invoked when a keyboard button is pushed.
Value type: CData
onkeypress The onkeypress event occurs when a keyboard button is pressed.
Pages:
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107