How can I detect whether a java-applet has been loaded successfully without polling the browser /using setTimout ?
Is there any event that I can bind to?
The problem is: there is a pop up asking the user whether he trusts the applet or not, and that takes a few seconds until the user clicks "Yes" ,meanwhile my code fails to execute because the applet has not been loaded.