G
Guest
How can I pass variable or Property values from my popup webForm to the
webform that opened this popup?
For information that's in a control (i.e. Textbox), I'm using javascript and
document.getElementById:
var variable = document.getElementById('txtBox).value;
But if the control is hidden, that javascript code generates an error. Can
this be done with properties?
Thanks.
webform that opened this popup?
For information that's in a control (i.e. Textbox), I'm using javascript and
document.getElementById:
var variable = document.getElementById('txtBox).value;
But if the control is hidden, that javascript code generates an error. Can
this be done with properties?
Thanks.