Hi ravi,
  You can do onething after the submit button, let the servlet redirect to a
page which spits the complete 2frames with proper sources.
I mean do the following:
1. Let the servlet redirect to an HTML page which simply spits an HTML page
which in its onLoad function calls a java script which uses something like
top.window.location.href="/RedirectServlet/"

2. Now the RedirectServlet will get a doGet so in its doGet genrate a HTML
page which shows both the frames and the source for the right hand side can
be the link you want to de displayed.
        Remember this all generates a GET method

IF u still have doubts contact me again , one more thing by any chance are u
Ravi Prasad Misra of Orissa, did ur CDAC ,Pune in July 99

Manish Singh

May the Force be with you

> -----Original Message-----
> From: Ravi P Mishra [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, January 09, 2001 5:54 AM
> To:   [EMAIL PROTECTED]
> Subject:      can a servlet response be directed to a particular frame in
> a bi-framedhtml page?
>
> hi all,
>
> i have a problem
>
> i want to know if the response of a POST request to a servlet can be
> directed
> to a particular frame in a bi-framed html page?
> i have the submit button in the left frame and i want the response from
> the
> servlet to appear on right frame
> is it possble?
>
> anticipating a quick response
>
> bye
> Ravi Mishra
>
> __________________________________________________________________________
> _
> 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