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

Reply via email to