After trying to start a Java Applet, (how) can I detect that a user declined it? -


is there way me detect (and give more user-friendly message dialog saying "blockedexception" or whatever) user denied applet permission run?

  • set redirect in applet page, pointing 'friendly message'.
  • write js function can cancel it.
  • call js function applet once loading.

Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -