I have the following scenario:

Applet is invoked from a HTML page
Applet does some processing
Applet result posted to a Servlet
Servlet returns a HTML page to the Browser

Problems encountered:
Using URL Connection in Applet:
The applet needs to have its context changed using showDocument(URL)
or else the HTML page is not displayed.  I don't want to store the HTML
file at the Web Server and return this URL to the applet(not practical with many 
pages).
Also invoking the Servlet through the showDocument loses the context of the
the Servlet who is creating the response HTML.  Maybe session tracking is viable?

Also does anyone know how to use Java Script for posting information created by an
applet?  It is preferable to post the request from the HTML page.

Your help would be much appreciated

___________________________________________________________________________
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