U can call  a servlet which  generates

<frameset rows="10%,*" cols="90%,*">
         <frame name="Frame1" src="/servlet/ServletA">
         <frame name="Frame2" src="/servlet/anotherServlet">
     </frameset>

-sanga

On Fri, 7 Jan 2000, Santana, Jaime wrote:

>         How do I generate a framed page, with the a servlet. Suppose the
> this page will have 3 frames, wich have to be generated ( dinamically ) in
> the servlet ?
>
>         For each of the 3 frames, there must be a page, but I need these
> pages to be generated dinamically, so how do I generate these 3 pages from
> the servlet ?
>
>         Thanks in advance !!
>
> > 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
>

___________________________________________________________________________
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