Dear Claude, thank you for your interesting in helping me.
The launch HTML code for the JApplet is here:


<HTML>
<HEAD>
<TITLE>PApplet</TITLE>
</HEAD>
<BODY>
<H1>PApplet</H1>
<!--"CONVERTED_APPLET"-->
<!-- CONVERTER VERSION 1.0 -->
<OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
WIDTH = 250 HEIGHT = 300  
codebase="http://java.sun.com/products/plugin/1.1.1/jinstall-111-win32.cab#Version=1,1,1,0";>
<PARAM NAME = CODE VALUE = fasi.PApplet.class >

<PARAM NAME="type" VALUE="application/x-java-applet;version=1.1">
<COMMENT>
<EMBED type="application/x-java-applet;version=1.1" java_CODE = fasi.PApplet.class 
WIDTH = 250 HEIGHT = 300   
pluginspage="http://java.sun.com/products/plugin/1.1.1/plugin-install.html";><NOEMBED></COMMENT>

</NOEMBED></EMBED>
</OBJECT>

<!--
<APPLET  CODE = fasi.PApplet.class WIDTH = 250 HEIGHT = 300 >


</APPLET>
-->
<!--"END_CONVERTED_APPLET"-->

</BODY>
</HTML>

In the Servlet I've just reproduced the same, identical, HTML code by the 
out.println() method.

Again thank you for the help.

Vacca Davide
Zucchetti Methosystem S.r.L.
Via VIII Marzo
Collecchio (PARMA)
ITALY
[EMAIL PROTECTED]

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to