Hi,
I am not sure if if understand your question exactly.
But You can send to the client an Html page that includes an applet
tag with parameters.
Something like this:
<applet code="YourApplet.class" codebase="applets/" height="400"
width="600">
<param name="name" value="Bill Gates">
<param name="age" value="22">
<param name="gender" value="male">
<param name="acount" value="2356789012">
</applet>
Like this the applet can see (by reading the parameters) the data that the
servlet grabbed
from the database.
Hope it helps.
Best wishes,
Andras.
----- Original Message -----
From: [Mina Gohari] <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, November 10, 1999 11:34 AM
Subject: send data from html file--show in another html with applet
> Hi,
>
> How can I send a data from a servlet to client
>
> I have a html file with one input textbox and a submit key, I send
the
> data of html file to servlet and in servlet connect to a database and
> get all of its data and now, I want send all of these data to client
> in an applet, How can I do this?
>
> Thanks in Advance
>
> Regards,
>
> Mina
>
>
___________________________________________________________________________
> 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
___________________________________________________________________________
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