I have a digitally-signed Java applet. When the user visits the applet page on my website they are prompted whether to accept the signed applet or not.
How can I determine if the user has accepted the applet? Either from javascript/html, or from the applet itself (if the user clicks cancel, does it run with limited prvileges or does it not run at all?), or perhaps from another applet that is unsigned on the same page?