Your specified frame should invoke a servlet. For example:
<frameset rows="126,*">
  <frameset cols="436,*">
    <frame name="Client" noresize src="/servlet/myservlet?Frame=Client"
scrolling="no">
    <frame name="PushAreaTarget" noresize
src="/servlet/myservlet?Frame=push" scrolling="no">
  </frameset>
  <frame name="BrowseTarget" scrolling="auto" noresize src=help/help.html>
  <noframes>
Framed page itself, can be generate by a servlet also. This topic already
was discussed in this list. Check archive for more info.

Dmitry.

----- Original Message -----
From: Popova, Marina <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 27, 1999 10:02 AM
Subject: Servlet output to frames?


> Hi!
>
> Could somebody, please, advise me how a servlet can redirect its output
into
> a specified frame?
>
> Thanks,
> Marina
>
>
___________________________________________________________________________
> 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