I have an applet that requires the user have a Java Plugin installed. I am using the html tags/objects used below. So, with no plugins installed, I hit the URL with my IE browser. It prompts me to downoad the plugin. I say no, close the browser and hit the URL again. Again, it prompts me to download the plugin.
Here is my problem. In doing the same scenario with Netscape, if I say no to download the plugin the very first time, it will not prompt me to get the plugin anymore. Is this a Netscape problem? Is there a way around this?
Also, I have cleared the disk and memory cache in Netscape. I even re-booted but it will not prompt me again.
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="200" height="200" align="baseline"
codebase="http://java.sun.com/products/plugin/1.1/jinstall-11-win32.cab#Vers
ion=1,1,0,0">
<PARAM NAME="code" VALUE="XYZApp.class">
<PARAM NAME="codebase" VALUE="html/">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1" width="200"
height="200" align="baseline" code="XYZApp.class"
codebase="html/" model="models/HyaluronicAcid.xyz"
pluginspage="http://java.sun.com/products/plugin/1.1/plugin-install.html">
<NOEMBED>
</COMMENT>
No JDK 1.1 support for APPLET!!
</NOEMBED></EMBED>
</OBJECT>
Here is my problem. In doing the same scenario with Netscape, if I say no to download the plugin the very first time, it will not prompt me to get the plugin anymore. Is this a Netscape problem? Is there a way around this?
Also, I have cleared the disk and memory cache in Netscape. I even re-booted but it will not prompt me again.
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
width="200" height="200" align="baseline"
codebase="http://java.sun.com/products/plugin/1.1/jinstall-11-win32.cab#Vers
ion=1,1,0,0">
<PARAM NAME="code" VALUE="XYZApp.class">
<PARAM NAME="codebase" VALUE="html/">
<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1" width="200"
height="200" align="baseline" code="XYZApp.class"
codebase="html/" model="models/HyaluronicAcid.xyz"
pluginspage="http://java.sun.com/products/plugin/1.1/plugin-install.html">
<NOEMBED>
</COMMENT>
No JDK 1.1 support for APPLET!!
</NOEMBED></EMBED>
</OBJECT>