I have a jsp page [parent window] ,which on click of a button ,opens a new popup window using showModalDialog.I am able to do some functions within the modalDialog box and when i submit the modalDialog box it must return to the parent window.
But here is my problem.when i submit the modalDialog box the backend forwards the control to the parent window and hence it is opening two parent windows.1st one is the jsp page i had previously and the 2nd one is a new window created due to the transfer made by the backend.
How can i make the control transfer back to my previous parent window without opening the new window.
Thanks in Adv.
But here is my problem.when i submit the modalDialog box the backend forwards the control to the parent window and hence it is opening two parent windows.1st one is the jsp page i had previously and the 2nd one is a new window created due to the transfer made by the backend.
How can i make the control transfer back to my previous parent window without opening the new window.
Thanks in Adv.