Harvard Extension School Spring 2017
CSCI E-12 Fundamentals of Web Site Development
« previous
|
Slide 10
|
next »
Events
Events
- things that happen on page
Event Handlers
- code that is run when an event happens
Registering an Event Handler
- linking the code you want to run to an event
Events
click
change
submit
load
mouseover
mouseout
focus
blur
select
dblclick
keydown
keyup
keypress
unload
mousedown
mousemove
mouseup
reset
TOC
« previous
|
Slide 10
|
next »
Copyright © David Heitmeyer