I�m getting the same problem. Can someone give me an example. I only
can send the result back to the applet and I would like to buid a HTML page
in the servlet that was called by the servlet with the doPost method.

        I don�t know if I had undertand your mail, but I think that code is
made in the applet, no?

-----Original Message-----
From: Danny Rubis [mailto:[EMAIL PROTECTED]]
Sent: quinta-feira, 17 de Agosto de 2000 2:09
To: [EMAIL PROTECTED]
Subject: Re: communicating from applet to servlet to browser?


Hey!

Try,

this.getAppletContext().showDocument(theURL, name);
where AppletContext is the browser the applet runs and theURL is the servlet
URL.

Guess where this information can be found.  Check obvious sources of
information before posting a question like this.  Start with the archive
http://archives.java.sun.com/archives/servlet-interest.html of
this list.

Sans adieu,
Danny Rubis

Nelson wrote:

> Hi,
>
> Is this scenario possible? :
>
> Applet communicates to doPost() in servlet, then if everything is ok the
> servlet then sends a webpage back to the browser (NOT the applet) - I know
> that normally the output would go back to the applet, but is there a way
to
> make it go to the browser instead?
>
> I hope this makes sense.
>
> Thanks,
> Nelson
>
>
___________________________________________________________________________
> 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

___________________________________________________________________________
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