I'm trying to make an Applet work that extends JApplet with certain swing features.When I run this applet in appletviewer it works perfect, but in Browser its not working,on statusbar some tomes it display msg like class not found. But at some browsers it display applet started but don't display any component. Any suggestions regarding this, so that IE and Netscape users can view. Thanks in advance. Yah, yah i'm a newbie!!
------------------ Haider Ali, Adamsoft International Paksitan Lhr.
Thanks Manfred Leonhardt for reply, Its working well, There is another solution to this problem , Add this code. to ur html page. <codebase="j2re1_3_0-win.exe#Version=1,3,0,0"> <PARAM NAME="code" VALUE="Test.class"> <PARAM NAME="codebase" VALUE="."> <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3"> <PARAM NAME="model" VALUE="models/HyaluronicAcid.xyz"> <PARAM NAME="scriptable" VALUE="true"> <COMMENT> <EMBED type="application/x-java-applet;version=1.3" width="780" height="400" align="absbottom" code="Test.class" > </embed><codebase="." model="models/HyaluronicAcid.xyz"> pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
------------------ Haider Ali, Adamsoft International Paksitan Lhr.