How would you get the HTML into a different Frame ie
        "frame_form" takes a "submit button from a form". Now the
        programmer want the output to  "frame_thank_you".

With HTML you can do <a href="servlet/myServlet"
target="frame_thank_you">
to load specific frames.


"Rogatkin, Dmitry" wrote:
>
> 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

--
James K. Tuan                                   Ph: 203.961.1686
PetroChemNet Inc.                               Fax:203.357.7011
1281 Main Street                                email: [EMAIL PROTECTED]
Stamford CT 06902                               URL: www.petrochem.net

___________________________________________________________________________
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