I'm learning all of this as I go, so could you elaborate just a bit - how would I properly refer to .type = "checkbox" - in other words what would the prefix be? formobj.type? Fogive me, but learning.......
Thanks for the input - if I can figure it out, that should work.
This is just some of my checkbox code for the checkboxes...in case that'll help.
<tr>
<td><b><font face="Arial,Helvetica" size=-1>Janitorial</font></b></td>
<td><input type="checkbox" name="ck_Janitorial" value="3400"></td>
<td></td>
<td><b><font face="Arial,Helvetica" size=-1>Lawn Equipment & Accessories</font></b></td>
<td><input type="checkbox" name="ck_LawnEquip" value="3600"></td>
</tr>
<tr>
<td><b><font face="Arial,Helvetica" size=-1>Mail Room Equipment</font></b></td>
<td><input type="checkbox" name="ck_MailRoom" value="3800"></td>
<td></td>
<td><b><font face="Arial,Helvetica" size=-1>Medical</font></b></td>
<td><input type="checkbox" name="ck_Medical" value="4000"></td>
</tr>
<tr>
Thanks!!