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.
  1. onMouseOver/onMouseOut
  2. onClick
  3. onBlur/onChange/onFocus
  4. onLoad/onUnload
  5. onReset/onSubmit
Homepage