I found the classID for Sun's 1.3.1_12 plugin version.
The next step is to write a routing in asp which checks if the plugin is installed or not. If not, the user will be redirected to a site from which it can be installed. If so, then the applet just launches.
This is the classid: CAFEEFAC-0013-0001-0012-ABCDEFFEDCBA. This would be set in an object tag like this:
<object classid="clsid:CAFEEFAC-0013-0001-0012-ABCDEFFEDCBA" width="600" height="400" align="middle">
<PARAM NAME="CODE" VALUE="myApplet.class">
If anyone can, please show me what the syntax would be to write a simple "if" statement which would check to determine if this particular classID is installed on the user's system or not.
Many Thanks,
J