G
Guest
Got my main form test.aspx
This opens a new window with window.open
everything works.
I now want to update the parent window with the following code
window.opener.document.forms[0].lblSalesman.value = "Joe Bloggs";
Seems to work fine when the opening page is a control in an aspx page
but when I have a user control on that aspx page it doesn't seem to update
the control. the control is an asp:textbox control.
Any ideas??
This opens a new window with window.open
everything works.
I now want to update the parent window with the following code
window.opener.document.forms[0].lblSalesman.value = "Joe Bloggs";
Seems to work fine when the opening page is a control in an aspx page
but when I have a user control on that aspx page it doesn't seem to update
the control. the control is an asp:textbox control.
Any ideas??