Hi all,
    I have a frame HTML page.

    main.jsp
    <FRAMESET rows="83%,17%">
    <FRAME name="content" src="/content.jsp" TARGET="content">
    <FRAME name="post" src="/post.jsp" target="post">

    In servlet I callpage("main.jsp",response)

    I can load the main.jsp , but I could not init the content.jsp and post.jsp by 
using the
servlet.How can I do?

    Anyway, I have a post method to servlet in "content" frame , but I want call a 
page and display it in "post" frame , How can I do?

AidyZhang

___________________________________________________________________________
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