Click to See Complete Forum and Search --> : Applet Question


nili
04-06-2006, 01:03 PM
Hi,

I see an applet tag as below in the browser. The applet is taking forever to load and the browser goes into non-responsive mode for a minute or so.

I am trying to track down why - the applet loads quickly enough on a different application but when ported here it seems to take a long time.

What do the tags CLASSID and CODEBASE do and what do they need to be (meaning what do they depend on to determine their value)?


<OBJECT NAME="BrowseApplet" HEIGHT="0" WIDTH="0" classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" CODEBASE="http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,2,0">' + '<PARAM NAME=TYPE VALUE="application/x-java-applet;version=1.4">' + '<PARAM NAME=MAYSCRIPT VALUE="true">' + '<PARAM NAME=CODE VALUE="ChooserApplet.class">' + '<PARAM NAME=CODEBASE VALUE="applet/">' + '<PARAM NAME=ARCHIVE VALUE="applet.jar,osser.jar,util.jar,pluginsecurity_applet.jar">' + '</OBJECT>'

Thanks,
Nili

Khalid Ali
04-06-2006, 06:15 PM
a simple answer could be that your browser needs to download applet on to the local machine, then it has to trigger the JVM to run this applet into..and then ....

Ofcourse that was the obvious flow, however if you get any errors then its a dif story