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

Q689 Is there a way to have a link submit a form, and then goto the new url?

You are here: irt.org | FAQ | JavaScript | Form | 7.3 | Q689 [ previous next ]

Try submitting a form in another frame:

<A HREF="nextpage.htm" onClick="parent.frameName.formName.submit()">

©2018 Martin Webb