H
hood
Hi there guys,
I believe this piece of code is to check the browser's plug-in version
and download the later version if it is not so.
But is there any way to customise the link not to get the JVM from the
internet? Since the browser machine may not have a broadband to wait
for the whole JVM to download.
<object classid="clsid:CAFEEFAC-0014-0001-0000-ABCDEFFEDCBA"
width="1" height="1" id="APIAdaptor"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0">
</object>
Thanks very much in advance!!
From Hood
I believe this piece of code is to check the browser's plug-in version
and download the later version if it is not so.
But is there any way to customise the link not to get the JVM from the
internet? Since the browser machine may not have a broadband to wait
for the whole JVM to download.
<object classid="clsid:CAFEEFAC-0014-0001-0000-ABCDEFFEDCBA"
width="1" height="1" id="APIAdaptor"
codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_1-windows-i586.cab#Version=1,4,1,0">
</object>
Thanks very much in advance!!
From Hood