F.6.5- Sample Option 03 - Arranging Multiple Groups
Created
by Brendan Doss.
|
| << F.6.4- Sample Option 02 - Multiple Groups | AppendixF | F.7.0- Submit Buttons >> |
Sample Option 03 - Arranging Multiple Groups
The buttons of multiple groups can be intermingled in the layout of the page, as long as all the members of a group have the same name. Option02Form.htm and Option03Form.htm have different appearances, but the responses are identical:
...
<BODY>
<H3>Option 03 Form - Arranging Multiple Option Groups</H3>
Please Select Your Preferred Shipping Options<BR>
<FORM ACTION="Option03Response.asp" METHOD=GET>
<TABLE border=1>
<TR>
<TD>Shipper</TD>
<TD>Speed</TD></TR>
<TR>
<TD><INPUT TYPE=RADIO NAME=ShipComp VALUE="FedEx">Federal Express </TD>
<TD><INPUT TYPE=RADIO NAME=ShipSpeed VALUE="1">Overnight</TD></TR>
<TR>
<TD><INPUT TYPE=RADIO NAME=ShipComp VALUE="UPS">UPS</TD>
<TD><INPUT TYPE=RADIO NAME=ShipSpeed VALUE="2">Second Day</TD></TR>
</TABLE>
<INPUT TYPE="SUBMIT" VALUE="Submit"> 
<INPUT TYPE="RESET" VALUE="Reset">
</FORM></BODY>
...
|
The form will look like this:
|
|
The response code and screen would be the same as for the previous example, since the same data comes from both.
| << F.6.4- Sample Option 02 - Multiple Groups | AppendixF | F.7.0- Submit Buttons >> |

RSS

