M
mg
I want to disable a TextBox in the WebForm that opens a
popup Webform ... from the popup WebForm.
The following javascript code doesn't work:
window.opener.document.getElementById("TextBox1").Enabled
= false;
What am I doing wrong? Could you provide a solution?
popup Webform ... from the popup WebForm.
The following javascript code doesn't work:
window.opener.document.getElementById("TextBox1").Enabled
= false;
What am I doing wrong? Could you provide a solution?