how to check to see if user clicks yes to signed applet secu

wxdqz

New Member
I have a signed applet on a page. When the page loads, it prompts the user with the trust signature/grant permissions security popup -- i have a link on the page that calls a public method of the applet to do the work. the problem is -- i have users that are trying to click on the link without first clicking on the security box to agree to the permissions. I get an error of "object does not support this method or property." i assume this is because the applet methods are not exposed until the code has been trusted. Is there any way to trap that error in javascript so i can see if they have actually clicked the security box yet or not?

thanks
 
Top