Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1676 How do I submit a form in Frame A from Frame B?

You are here: irt.org | FAQ | JavaScript | Frame | Q1676 [ previous next ]

Internet Explorer allows sloppy references, if you omit the document reference then the following doesn't work in Netscape Navigator:

<script language="JavaScript"><!--
parent.frameName.document.formName.submit();
//--></script>

©2018 Martin Webb