You are here: irt.org | FAQ | JavaScript | Form | 7.2 | Q372 [ previous next ]
Use a frameset with three frames - two of which are hidden. When the visible form is submitted use the onSubmit event handler to submit the two invisible forms:
<FORM onSubmit="parent.frame2.formName.submit();parent.frame3.formName.submit();return false"> <INPUT TYPE="SUBMIT" VALUE="Send two forms"> </FORM>