Question - Explain Client-Side Script events
Answer -
Client-Side Script runs on the browser and speeds up the execution of the page.
- onclick: It is used when the control is clicked.
- onfocus: It is used when the control receives the focus.
- onchange: It is used when the value of the control is changed.
- onblur: It is used when the control loses focus.
- onkeypress: It is used when the user presses the key.