Hi,
I have main JSP page, Main.jsp. I have a IFrame inside this page that I use as a popup. So when a button is clicked in the Main.jsp page I show this Iframe and set the SRC of this IFrame to Sub.jsp.
In Sub.jsp I have a Form that needs to be submitted. So I have a Form (name="myForm") method=post. Now what should the Target of the Form be set to so that the response for the server comes to the main Window that contains the Main.jsp...is it "_parent"?
patnim
I have main JSP page, Main.jsp. I have a IFrame inside this page that I use as a popup. So when a button is clicked in the Main.jsp page I show this Iframe and set the SRC of this IFrame to Sub.jsp.
In Sub.jsp I have a Form that needs to be submitted. So I have a Form (name="myForm") method=post. Now what should the Target of the Form be set to so that the response for the server comes to the main Window that contains the Main.jsp...is it "_parent"?
patnim