NS 4.7 allows you to use the
event on <A>'s and <LAYER>'s. I'm not sure if it supports the event for any other tags, but I doubt it.
Here's a couple notes on NS:
1. Though DIV's are *somewhat* supported by NS 4.7, they lack a f***ing lot from what they should work like (not to mention that you have a different way of accessing them). They do not support
.
2. <LAYER> only seems to support
and
.
3. <ILAYER> doesn't seem to support any events (what retard decided that?? Ahh, well, we're dealing with Netscape)
4. <A> supports
Code:
onclick, onmousedown, onmouseup, onmouseover,
and
. I'm not sure if it supports any other event handlers.
5. <IMG> doesn't seem to support any events.
Yes, I know, Netscape was really mean and stupid and retarded by not making more tags support events and by not making more tags accessable through scripts, but what is done is done. If you want to make your scripts to be compatible with the older browser, go ahead -- it's not my time you'll be wasting (unless you ask me how to script for NS ;-) ).