wvmlt
04-04-2005, 05:37 PM
I use this code to get the latest java version plugin for IE
<OBJECT classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA"
width="450" height="350" mayscript="mayscript" name="JUpload"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
This works fine for IE. For firefox I included this code
<embed code="JUpload.startup" width="450" height="350" type="application/x-java-applet;version=1.5.0"/>
Is their a way to get the latest java plugin for firefox the way it's done with IE?
<OBJECT classid="clsid:CAFEEFAC-0014-0002-0000-ABCDEFFEDCBA"
width="450" height="350" mayscript="mayscript" name="JUpload"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_2-windows-i586.cab#Version=1,4,2,0">
This works fine for IE. For firefox I included this code
<embed code="JUpload.startup" width="450" height="350" type="application/x-java-applet;version=1.5.0"/>
Is their a way to get the latest java plugin for firefox the way it's done with IE?