Java Reference
In-Depth Information
(continued)
eVeNt
DesCrIptION
Raised when the user moves the mouse pointer.
mousemove
Raised when the user moves the mouse pointer out from within an
HTML control.
mouseout
Raised when the user moves the mouse pointer over an HTML control.
mouseover
Raised when the user releases the mouse button.
mouseup
Keyboard Events
eVeNt
DesCrIptION
Raised when the user presses a key on the keyboard.
keydown
Raised when the user presses a key on the keyboard. This event will be
raised continually until the user releases the key.
keypress
Raised when the user releases a key that had been pressed.
keyup
HTML Control Events
eVeNt
DesCrIptION
Raised when an HTML control loses focus.
blur
Raised when an HTML control loses focus and its value has changed.
change
Raised when focus is set to the HTML control.
focus
Raised when the user resets a form.
reset
Raised when the user selects text in an HTML control.
select
Raised when the user submits a form.
submit
Window Events
eVeNt
DesCrIptION
Raised when the window has completed loading.
load
Raised when the user resizes the window.
resize
Executes JavaScript code when the user exits a document.
unload
Search WWH ::




Custom Search