nuthead
01-15-2004, 07:35 AM
I am wanting to have a seperate form in the middle of another form, i cant think of any other way to do it as I'm using tables. Below is a diagram of what i mean:
|-------------|-------------|
| | |
| | |
| FORM 1 | FORM 2 |
| | |
| | |
|-------------|-------------|
| |
| FORM 1 CONTINUED |
| ... |
| ... |
| ... |
| ... |
| |
|---------------------------|
would the following work? (where the first submit button submits form 2)
<form name=form1 ...>
...
...
...
<form name=form2 ...>
...
...
...
<input type=submit>
</form>
...
...
...
<input type=submit>
</form>
Thanks in advance for any help!
|-------------|-------------|
| | |
| | |
| FORM 1 | FORM 2 |
| | |
| | |
|-------------|-------------|
| |
| FORM 1 CONTINUED |
| ... |
| ... |
| ... |
| ... |
| |
|---------------------------|
would the following work? (where the first submit button submits form 2)
<form name=form1 ...>
...
...
...
<form name=form2 ...>
...
...
...
<input type=submit>
</form>
...
...
...
<input type=submit>
</form>
Thanks in advance for any help!