• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Download Java Plugin when required by applet. (Netscape bug?)

gittyup

Diamond Member
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=&quot;clsid:8AD9C840-044E-11D1-B3E9-00805F499D93&quot;
width=&quot;200&quot; height=&quot;200&quot; align=&quot;baseline&quot;

codebase=&quot;http://java.sun.com/products/plugin/1.1/jinstall-11-win32.cab#Vers
ion=1,1,0,0&quot;>
<PARAM NAME=&quot;code&quot; VALUE=&quot;XYZApp.class&quot;>
<PARAM NAME=&quot;codebase&quot; VALUE=&quot;html/&quot;>
<PARAM NAME=&quot;type&quot; VALUE=&quot;application/x-java-applet;version=1.1&quot;>
<PARAM NAME=&quot;model&quot; VALUE=&quot;models/HyaluronicAcid.xyz&quot;>
<COMMENT>
<EMBED type=&quot;application/x-java-applet;version=1.1&quot; width=&quot;200&quot;
height=&quot;200&quot; align=&quot;baseline&quot; code=&quot;XYZApp.class&quot;
codebase=&quot;html/&quot; model=&quot;models/HyaluronicAcid.xyz&quot;
pluginspage=&quot;http://java.sun.com/products/plugin/1.1/plugin-install.html&quot;>
<NOEMBED>
</COMMENT>
No JDK 1.1 support for APPLET!!
</NOEMBED></EMBED>
</OBJECT>
 
Back
Top