G
gayatri_choda
Hi,
I am calling a pop -up ( a jsp page) window with the Window.open
method from the parent ( a jsp page) . My pop-up window contains some
input fields. Now on clicking the "Ok" button in the pop-up all the
values should be added to the parent window and the pop-up should be
closed. I am able to close it but the parent is not getting refreshed.
Please ....Please help me out on this issue. I am in very big need.
I used target="_parent" and target="_top" but it did not worked :-(
window.opener.getelementbyId(X).value= window.open.filedname.value ;
also has no result!!!
The values should go to the server first and then page should be
refreshed.
Please help me out on this issue.
I am calling a pop -up ( a jsp page) window with the Window.open
method from the parent ( a jsp page) . My pop-up window contains some
input fields. Now on clicking the "Ok" button in the pop-up all the
values should be added to the parent window and the pop-up should be
closed. I am able to close it but the parent is not getting refreshed.
Please ....Please help me out on this issue. I am in very big need.
I used target="_parent" and target="_top" but it did not worked :-(
window.opener.getelementbyId(X).value= window.open.filedname.value ;
also has no result!!!
The values should go to the server first and then page should be
refreshed.
Please help me out on this issue.