Hi Ivan.
do you want to send the same response to multiple frames on the same
page or you want to simply redirect the client to another page which would
then be returned to the client??
If 1 is true, then it would be easier to do it on the client-side. You
can write code which would have multiple frames update : frame[0] =
http://servlet. etc
However with this approach u would be calling the servlet multiple times
for each frame. A workaround could be writing an applet to receive the
output from the servlet and do a showdocumen() for each of the frames. The
output would have to be stored in memory so you will have to consider this.
Hope this helps...
Raaj.
----- Original Message -----
From: Yvan douenel <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 11, 2000 4:56 AM
Subject: redirection
> Hi,
> I would like to redirect a response to the client to
> several Frames (html).
> I suppose I have to use the method
> "sendRedirect(location)" but I don't have any
> examples.
> More over, this method is abstract. I'm suppose to
> rewrite it ?
> If you know how to do it or if you have un example,
> thanks to help me.
> Rgds
> Ivan
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.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