Hello again, I want to send a page to someone who didnt know anything abt java and its plugins ,so i found it out that the following code will install the reqired material to run applet if it is not installed on a pc,but the following code is not working on pc?Can anyone tell me why??? I Sent this problem before but no fruitful reply May be this time any GENIUS see this <OBJECT classid="clsid:CAFEEFAC-0014-0000-0000-ABCDEFFEDCBA" WIDTH = 695 HEIGHT = 525 codebase="http://java.sun.com/products/plugin/1.3.1/jinstall-13-win32.cab#Version=1,3,1,0"> <PARAM NAME = CODE VALUE = CurveApplet> <PARAM NAME = CODEBASE VALUE = "." > <PARAM NAME = ARCHIVE VALUE = "CurveApplet.jar" > <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3.1"> <PARAM NAME="scriptable" VALUE="false"> <COMMENT> <EMBED type="application/x-java-applet;version=1.3.1" CODE = CurveApplet.class CODEBASE = "." ARCHIVE = "CurveApplet.jar" WIDTH = 695 HEIGHT = 525 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3.1/plugin-install.html"> <NOEMBED> </COMMENT> ALT = "your browser understands the <APPLET> tag but is not running the applet for some reason." your browser is completely ignoring the <APPLET> tag! </NOEMBED> </EMBED> </OBJECT>