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 ___________________________________________________________________________ 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
