I have 4 checkboxes on a form. If the user checks a box, then there MUST be a number entered its associated textbox. Can anyone help me with the proper syntax for validation?
Here is the code for one of the check/text box combinations:
<TD><INPUT TYPE="checkbox" NAME="OilSample" ></TD>
<TD><INPUT TYPE = "text" Size = "4" Name="OilSampleNm"</TD>
<input type="hidden" name="22f" value="OilSampleNm">
<TD>Oil Samples on all compressors</TD>
Thanks in advance for any assistance you may be able to provide!
CS
Here is the code for one of the check/text box combinations:
<TD><INPUT TYPE="checkbox" NAME="OilSample" ></TD>
<TD><INPUT TYPE = "text" Size = "4" Name="OilSampleNm"</TD>
<input type="hidden" name="22f" value="OilSampleNm">
<TD>Oil Samples on all compressors</TD>
Thanks in advance for any assistance you may be able to provide!
CS