Is it possible to detect the load of an applet?
- by zneak
Hello guys,
I'm working on a Safari extension, and I'd like to detect when <applet>s load on a page. However, there seems to be no onload event for these.
How should I do it? Transform all <applet> tags to <object> tags and then intercept their onload events? Is there a better way?