onload event is triggered when the page is loadedAs soon a page loaded it alerts "Page loaded!" message.
resize event triggers a function when the window is resizedHere whenever you resize the window, the function resizeW() will be triggered.
If you refresh this page or click some other link, you will see the confirm box.
Click this element
Double click this element
Move the mouse pointer over the button to see the result.
Move the mouse pointer out of the button to see the result.
Left or right click the button to see the result.
This is a popup
Click the mouse button and then release it.
This is a popup
Move the mouse pointer over the button.
Move the mouse pointer and enter area of the div.
This is a div
Move the mouse pointer enter and leave area of the div.
This is a div
Press any key on the keyboard by focusing on the text area below
Press any key on the keyboard by focusing on the text area below
Press any key on the keyboard by focusing on the text area below
Submit the form to see the result
Focus in the input below.
Focus in the input below and then remove the focus.
Change the input below then click outside the input to trigger the change event.
Set some value in the form and then reset it. The reset event is triggered.
Select an option from the dropdown list to see the result.