I have an applet that does extensive communication with javascript and the browser. Now, I've stuck a JSObject call in the init method of the applet to notify the browser that the applet is there and good to go, but I've noticed something strange. Occasionally, when making a javascript call from an applet in its init() method, the call fails as if the javascript method does not exist. The applet is not loaded until $(document).ready(), so I do not see how this is possible.
Does anyone have any insight or experience with failing applet/javascript communication?