PluginDetect Java Example # 4

In this example we force a Java applet to run in the web page by setting verifyTags = [2.8, 2.8, 2.8].
Then we query the Java applet directly to get the plugin detection results.

For Internet Explorer, we try to run a Java applet using an <applet> tag, OR an HTML5 compatible <object> tag, OR an <object> tag with Oracle's Java ActiveX classid. For all other browsers, we try to run a Java applet using an <applet> tag OR an HTML5 compatible <object> tag.






--------- End of page ---------