harmmeijer
Programmer
There is a way to force the user to use the SUN java plugin for Internet explorer:
<OBJECT ID="SUN" WIDTH=500 HEIGHT=120 CLASSID="CLSID:8AD9C840-044E-11d1-B3E9-00805F499D93">
<PARAM NAME="code" value="test.class">
</OBJECT>
So if "use java 1.4.... for <applet>.." is not checked it will still use the plug in because of the object tag.
My problem is that all machines in the offece are configured to use the plug in but some not yet migrated modules depend on the msjvm so I need an object tag that specifys an applet that will run in the msjvm. I tried the following but it didn't work:
<object classid="clsid:004CE610-CCD1-11D0-A9BA-00A0C908DB5E" id="MS" name="MS" width="500" height="120" code="test.class">
</object>
Greetings, Harm Meijer
<OBJECT ID="SUN" WIDTH=500 HEIGHT=120 CLASSID="CLSID:8AD9C840-044E-11d1-B3E9-00805F499D93">
<PARAM NAME="code" value="test.class">
</OBJECT>
So if "use java 1.4.... for <applet>.." is not checked it will still use the plug in because of the object tag.
My problem is that all machines in the offece are configured to use the plug in but some not yet migrated modules depend on the msjvm so I need an object tag that specifys an applet that will run in the msjvm. I tried the following but it didn't work:
<object classid="clsid:004CE610-CCD1-11D0-A9BA-00A0C908DB5E" id="MS" name="MS" width="500" height="120" code="test.class">
</object>
Greetings, Harm Meijer