posted 17 years ago
<td><div align="center"><select name="compliance">
<option value="">--Select--</option>
<option value="Agreement with customer not to
update">Agreement with customer not to
update</option>
<option value="Case is closed by customer">Case is closed by customer</option>
<option value="Reassign case from other team">Reassign case from other team</option>
<option value="Case escalated to backline">Case escalated to backline</option>
<option value="LTO/Await patch/Inactive turn to Active">LTO/Await patch/Inactive turn to Active</option>
<option value="Opened Sub-case">Opened Sub-case</option>
</select></div>
</td>
<td><div align="center"><select name="non_compliance123">
<option value="">--Select--</option>
<option value="DRE on Leave">DRE on Leave</option>
<option value="Researching by the DRE/Failed to update">Researching by the DRE/Failed to update</option>
</select></div>
</td>
<td>
<select name="compliance">
<option value="">--Select--</option>
<option value="Lead sent a follow up mail">Lead sent a follow up mail</option>
<option value="Onsite DRE working on the case">Onsite DRE working on the case</option>
<option value="Customer agrees for a closure">Customer agrees for a closure</option>
</select>
</td>
<td>
<select name="non_compliance">
<option value="">--Select--</option>
<option value="DRE on Leave">DRE on Leave</option>
<option value="Failed to update">Failed to update</option>
</select>
</td>
This is my code. I have two select boxes here where I need to select only one select box at a time
SCJP 1.4 & 1.5, SCWCD 1.5. Learn and Let Learn.