Hi,

Could anybody tell me how to do "3" in the following :

1.  with HTML, create two "frameset" : fs1 and fs2
2. in fs1, with an applet,  or with a "HTML FORM",  "send requesting" to a servlet

3. and show the "returning HTML from servlet" in fs2.

Now I only know:
1. create a new HTML file in "server-side"
2. my servlet returns the name of this HTML file to my applet with
"ObjectOutputStream..."
3. my applet make a "URL" with this name
4. my applet show this URL with "getAppletContext().showDocument(myURL,"fs2")".

But :
1. If I don't want to create a HTML file,     how can I do it?
2. Is it possible to let my servlet  make a "Object" which can represent a HTML
file, and return it
    with "HTTP Tunneling" to my applet, and my applet use it to make a "URL" ?


Thanks in advance!


Bo
May 19,2000

___________________________________________________________________________
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