The Events

  • Explorer 3 on Mac doesn't support events at all.
  • This page does not (yet) work in Konqueror.
  •  

    On this page I give examples of the most common event handlers. Try the form and the paragraph below to see them at work.

    The fun bit is of course viewing this page in several browsers and seeing the incompatibilities in real live action.

    onMouseOver, onMouseOut
    onMouseDown, onMouseUp
    Allow MouseMove

    onClick
    onDblClick

    This link contains a JavaScript error.

    Allow KeyUp
    Allow KeyDown
    Allow KeyPress

    Event Log


    Example with form fields




    Radio 1 Radio 2
    Checkbox


    This paragraph is inserted to test the various events. I put them in the <P> tag itself, so Netscape 4 won't execute them at all.
    Use the checboxes to the right to say what should be logged.

    Home