this is a basic html question and has noting to do with servlets.

try:

<form action=.... target="frame3">
 :
</form>

and define your frameset with
 <frameset ...>
   <frame src="...">
   <frame src="...">
   <frame name="frame3" src="...">
 </frameset>

regards,
janco


CR wrote:

> How do you direct data written from a servlet to a particular frame on a
> webpage?
>
> For example:
>
>   ============================================
>   |           frame 1                        |
>   |                                          |
>   |===========================================
>   |           frame 2                        |
>   |                                          |
>   |                                          |
>   |===========================================
>   |      ***     frame 3   ***               |
>   |                                          |
>   ============================================
>
> Frame 2:  triggers the servlet.
> Frame 3:  must contain the data coming back from the webserver.
>
> Note:  frame 1 and 2 should NOT be affected.
>
> Do I build the servlet to load frames 1 and 2 as well, including frame
> 3.
> Is there another way where I just build the data and redirect it to
> frame 3.
> There is the <target> tag but not sure how to implement in servlet html.
>
> Thanks
>

------------------------------------------------------------
      COAS, Your partner in computer aided services

   Nijverheidsweg 34        Tel:   +31 (0) 187 49 3222
   Postbus 44               Fax:   +31 (0) 187 49 2912
   3250 AA Stellendam       Email: [EMAIL PROTECTED]

___________________________________________________________________________
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