Of course, it can. you won't have to write java-code, this can be achieved
by simple HTML:
in your frameset-file you give the frames two different names (e.g 'menu'
and 'main') by writing <frame src=".." name="name">.
in the left frame you use the 'target'-Attribute of <a> to "send" the
response to the other frame, e.g. <a href="..." target="main">
and the content will be sent to the 'main'-frame.
-mw
>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