Hello everyone!
Is there a way to have an iframe submit without the surrounding page getting replaced as well?
Also, I'm having a problem submitting a form within the iframe: there's a form ("form2" within the page loaded to the iframe("iframe_obg", but when I try to submit it it fails.
I've tried
document.form1.iframe_obj.form2.submit();
and
document.getElementById('iframe_obj').form2.submit();
and both fail
Is this even possible?
Thanks,
Ron
Is there a way to have an iframe submit without the surrounding page getting replaced as well?
Also, I'm having a problem submitting a form within the iframe: there's a form ("form2" within the page loaded to the iframe("iframe_obg", but when I try to submit it it fails.
I've tried
document.form1.iframe_obj.form2.submit();
and
document.getElementById('iframe_obj').form2.submit();
and both fail
Is this even possible?
Thanks,
Ron