Following are some of the events that are provided by JavaScript
OnChange:
Occurs when user changes values in an input control. In text controls this event fire after user changes focus to other controls
OnClick:
This event occurs when a user clicks on the button control.This event is also occurs when a form is submitted to server.
OnMouseOver:
This events occur when user moves the mouse pointer over a control.
OnMouseOut:
Occurs when the user move mouse pointer over a control.
OnKeyUp:
Occurs when user release a pressed key.
OnSelect:
Occurs when the User selects a portion of a text in a user control.
OnFocus:
Occurs when a control receive focus.
OnBlur:
Occurs when a focus leaves controls.
OnAbort:
Occurs when user cancels image download.
OnError:
Occurs when an image can’t be downloaded
Onload:
Occurs when a new page finishes downloading.
OnUnLoad:
Occurs when a page is unloaded(This typically occurs when a new url has been entered_
0 comments:
Post a Comment
Your feedback is very important to me. Please provide your feedback via putting comments.