Iframe and Jsp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tina G
    New Member
    • Oct 2007
    • 1

    #1

    Iframe and Jsp

    Hi:

    I have A1.jsp consisting of Iframes (header, center, footer). The center Iframe of this jsp loads Form1. On submiting form1, another A2.jsp gets loaded that displays a Form2 (in center Iframe). On web session expiry; on submiting form2 the servlet sends a response.redire ct() to A1.jsp. I want this jsp to get loaded in the browser and not in center Iframe as it is doing now.

    Any inputs welcome !
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by Tina G
    Hi:

    I have A1.jsp consisting of Iframes (header, center, footer). The center Iframe of this jsp loads Form1. On submiting form1, another A2.jsp gets loaded that displays a Form2 (in center Iframe). On web session expiry; on submiting form2 the servlet sends a response.redire ct() to A1.jsp. I want this jsp to get loaded in the browser and not in center Iframe as it is doing now.

    Any inputs welcome !
    Can a 'target="_top"' be of any help somewhere?

    kind regards,

    Jos

    ps. I've moved your question to the Java forum (see the blue menu bar near the
    top of this page).

    Comment

    Working...