Mike Machlis wrote:

> I need my servlet to send its output to a new Browser window.
>
> Not to be confused with the way one can do it with target attribute or java
> script on tha page that contains hyperlink to this servlet's URL. That I know
> how to do. My question is, can servlet itself create output that will go to the
> new browser window, force it to be created.
>
> Can that be done at all?
>

There is no standard way to do this.  After all, the client need not be a browser.

I understand that some versions of some browsers accept a non-standard HTTP header
("Window-Target"?) that lets you do this, but it is not going to be portable.  The
portable approach is to make sure the hyperlink that invoked this servlet has the
appropriate target attribute.

>
> Thank you,
> Mike
>

Craig McClanahan

___________________________________________________________________________
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