can you submit a page to a servlet
have it read the info and THEN open up in a new browser window??

----- Original Message -----
From: "Troy Rowe" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 02, 2000 8:34 AM
Subject: Re: New Browser Window


> Thanks Dave, and I'll keep that point about js in mind.
>
> Troy
>
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Godbey, David
> Sent: Tuesday, August 01, 2000 8:21 AM
> To: [EMAIL PROTECTED]
> Subject: Re: New Browser Window
>
>
> In the applet you can create an AppletContext object, then spawn a new
> browser window thru
> void showDocument(url, "_blank").
>
> BTW, if you run your applet thru the object or embed tag (plugin), the
> Java-Javascript approach will fail.
> Dave Godbey
>
> -----Original Message-----
> From: Nitin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 31, 2000 9:44 PM
> To: [EMAIL PROTECTED]
> Subject: Re: New Browser Window
>
>
> HI Troy
>
> By default the result will be sent back to applet. If you want to show the
> result in a new window
> you probably will need to make use of java-javascript communication. I am
> not sure if java can
> talk to any other scription language.
> However java-javascript method will work 100%. Does anybody have a better
> method?
>
> Nitin
> --- Troy Rowe <[EMAIL PROTECTED]> wrote:
> > Hi everyone, I want my applet to send a query to my servlet and then
have
> > the servlet return the result set in a new seperate browser window from
> the
> > applet.  Any ideas on how I should go about this?
> >
> > Thanks in advance
> > Troy
> >
> >
>
___________________________________________________________________________
> > 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
>
>
> __________________________________________________
> Do You Yahoo!?
> Kick off your party with Yahoo! Invites.
> http://invites.yahoo.com/
>
>
___________________________________________________________________________
> 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
>

___________________________________________________________________________
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