Is it possible to detect the load of an applet?

Posted by zneak on Stack Overflow See other posts from Stack Overflow or by zneak
Published on 2010-06-11T02:26:43Z Indexed on 2010/06/11 2:32 UTC
Read the original article Hit count: 241

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about html

Related posts about applet