When the user clicks on the button, the onclick event has been fired and the JavaScript message listed in the value of the attribute are executed.
Example
<!DOCTYPE html>
<html>
<head>
<title>onClick Demo</title>
</head>
<body>
<input type="button" onclick="alert('You clicked the button!')" value="Click Me" />
</body>
</html>
Most Helpful This Week
jQuery check if an element is visible or hidden
How to get selected text from a select box using jQuery?
Using jQuery delete table row on click
jQuery simple form validations between start date and end date
JavaScript calculate Fahrenheit from Celsius
JavaScript sort multi dimensional array on specific columns