D
David Adams
Hi,
I have a web form that opens a pop-up page that sets a textbox control on
the parent page based on modifications made in the pop-up. I am using the
following code as an example.
window.opener.document.getElementById(''myParentTextBox').value=document.getElementById("myPopUpTextBox").value
The value is set in the parent perfectly, but when I postback to the server
it only contains the value the page was loaded with.
Is there a way to overcome this and store the value that was written from JS
in the pop-up?
Thanks,
David
I have a web form that opens a pop-up page that sets a textbox control on
the parent page based on modifications made in the pop-up. I am using the
following code as an example.
window.opener.document.getElementById(''myParentTextBox').value=document.getElementById("myPopUpTextBox").value
The value is set in the parent perfectly, but when I postback to the server
it only contains the value the page was loaded with.
Is there a way to overcome this and store the value that was written from JS
in the pop-up?
Thanks,
David