My approach would be to use the JavaScript navigator.javaEnabled() to check if there is some Java version available.
Then you can use System.getProperty("java.version") from within a Java applet itself. That should be enough to get you the version information, such as 1.6.0_03.
