Subj : Detecting applet failures in Javascript To : netscape.public.mozilla.jseng From : Eric Geyer Date : Mon Nov 17 2003 11:28 am I have an applet on a page and would like to have some Javascript to do a location.replace or something similar in these three cases: 1. The applet code not found 2. The user rejected the signed applet certificate approval window 3. The browser is configured to block applet usage In each of these cases the Java plugin throws an exception that I can see on the status bar and in the Java plugin's console, but I cannot find a way to catch that exception in Javascript. Is it possible? Can someone provide an example? Thanks Eric Geyer .