Guest_imported
New member
- Jan 1, 1970
- 0
Hi Gurus,
Does javascript have the ability to submit a parent form from a client window. Whenever I try something like
parent.document.forms[0].submit()
or
parent.document.<formname>.submit()
or
parent.document.doSubmit()
or
parent.doSubmit()
where doSubmit() is a javascript function that tries to submit the form on the same page.
I imagine I'm not able to perform this operation due to some security restriction.. Any help on this matter would be appreciated..
Silent P.
Does javascript have the ability to submit a parent form from a client window. Whenever I try something like
parent.document.forms[0].submit()
or
parent.document.<formname>.submit()
or
parent.document.doSubmit()
or
parent.doSubmit()
where doSubmit() is a javascript function that tries to submit the form on the same page.
I imagine I'm not able to perform this operation due to some security restriction.. Any help on this matter would be appreciated..
Silent P.