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 !
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 !
Comment