event modeling according to netscape >= 4
none of these work with NS3, obviously..
window.onResize hook:
works with NS4.5/Unix, but is only triggered when width is changed
window.onMouseDown and window.onMouseUp hooks:
works with NS4.5/Unix
window.onMouseMove hooks:
works with NS4.5/Unix when window.captureEvents is set (once)
window.onKeyDown, window.onKeyUp and onKeyPress hooks:
none works with NS4.5/Unix
window.captureEvents() has a counterpart: releaseEvents()
and if you captured an event you didn't want to have, you
can give it back to the browser for handling with routeEvent()
symbolic link