I am working on a web application. I first check whether Java is enabled or not on the browser. Now only if Java is enabled I load the applet, else I do not load the applet.
Now I have two cases:
If the user accepts the applet, my callback function in javascript is called and from there I show div1
But what if the user rejects the applet? How can I know if the user has rejected the applet and show div2?