Check out my new site at http://www.youtubemuse.com/
This screencast is going to look at the onclick event handler. This event handler executes JavaScript code when the user clicks on the HTML element that is setup with this event handler.
Original source
12 responses to “JavaScript Events – onclick”
Try This 😀
<DOCTYPE html>
<html>
<head>
<style>
</style>
<script type="text/javascript">
</script>
</head>
<body>
<a href="#" onmouseover="alert('I will Not Let You Click HAHAHHAHA')";>Please Click </a>
</body>
</html>
Fuck you
<button onclick="alert('nothing hahaha');">the secret button</button>
is the easy way for remember
<button onclick="alert('nothing hahaha');">the secret button</button>
this is notepad++
@denisdf Right now, I use Netbeans more.
please, tell me what editor do you use?
@sirrend thank
messaged you
Hey, whats the code to fire a link from a mouseover?
ya… I am thinking about teaching from the very very basic. Eventually I will go into DHTML and using JavaScript frameworks.
Thank you.