hi Ravi!
 Look i'am not sure ..not now, cause my server is down, but there
is something i did once..is not what you want but may help you ..i think.

 well i have two frames :
 1) menu.html FRAME
 2) ........my target frame <frame name="DEST" src="any.html">

 in the menu.html a put a link <a href="Servletpage.html"
target="DEST">Simple servlet</a>
 so the "servletpage.html" will apear in the right FRAME when you active
the link and then that page contains a form
 <form method='GET | POST'  action=/romel/servlets/MyServlet>
....
</form>...

the responce generatde by 'MyServlet' will apear in that frame.

Maybe there is a way to show directly the target ..but now i can't tell
you cause i can't do that...

see you.
Romel.

On Mon, 8 Jan 2001, Ravi P Mishra wrote:

> 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