Hi..
I am using window.showModalDialog to open a childwindow which has sub-options for a question in the main survey form.
Why am I not able to access the controls in the parent window using a statement like window.opener.document.all("text1".value ???
Does that mean window.opener works only for windows opened with window.open and NOT for those opened with window.showModalDialog ??
Thank you very much.
RR
I am using window.showModalDialog to open a childwindow which has sub-options for a question in the main survey form.
Why am I not able to access the controls in the parent window using a statement like window.opener.document.all("text1".value ???
Does that mean window.opener works only for windows opened with window.open and NOT for those opened with window.showModalDialog ??
Thank you very much.
RR