Event Handlers
Event handlers, well handle events. Say a user moves his mouse over a link. Using the onMouseOver event handler, you can do certain things. Here are a list of the event handlers I have now and will have later.
- onMouseOver/onMouseOut
- onClick
- onBlur/onChange/onFocus
- onLoad/onUnload
- onReset/onSubmit
Homepage