©Mike Moxcey 1999

HTML Form Codes

Checkboxes allow multiple choices

Radio Buttons allow users to check only one of a number of options

Code for Radio Option if call is closed
<P>Closed?
<INPUT TYPE="radio" NAME="close_flag" Value="N" Checked >No
<INPUT TYPE="radio" NAME="close_flag" Value="Y">Yes


home next