In javascript, window.opener refers to the window that opened the current popup window.
so you can use this in the popup to send the values to the main window.
example :
write the following in the popup window.
window.opener.document.OrigForm.input1=document.popupForm.input1.value;
I hope...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.