Java Applet Development - JavaScript code to check whether JRE is installed on client machine.
views:
54answers:
2
+1
A:
use getJREs() by including the above javascript and the getJREs() method returns an array of currently-installed JRE version strings .
Hope this helps
YetAnotherCoder
2010-06-22 08:26:54
A:
navigator.javaEnabled() will return true if java is enabled, false otherwise
Redlab
2010-06-22 08:31:07