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