Page

F.6.5- Sample Option 03 - Arranging Multiple Groups

Created by Brendan Doss.
Last Updated by Brendan Doss.  

PublicCategorized as Appendix F.

Not yet tagged
<< F.6.4- Sample Option 02 - Multiple GroupsAppendixFF.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">&nbsp

<INPUT TYPE="RESET" VALUE="Reset">

</FORM></BODY>

...

 

The form will look like this:

 

Appendixf_image014

 

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 GroupsAppendixFF.7.0- Submit Buttons >>

Copyright © 2003 by Wiley Publishing, Inc.

Powered by Near-TimeTerms of Services | Privacy Policy | Security Policy |