0

Is there a way for me to detect (and then give a more user-friendly message than the dialog saying "BlockedException" or whatever) that a user denied an applet the permission to run?

4

1 回答 1

0
  • Set a redirect in the applet page, pointing to your 'friendly message'.
  • Write a JS function that can cancel it.
  • Call the JS function from the applet once it is loading.
于 2013-08-09T08:53:42.593 回答