I have a span element somewhere somewhere in between my table. How do
i loop through the elemenst (namely in this case radio and text) and
retreive the values of the child elements and it's type. Also how do i
check that the element that has been clicked is the span element?I
cant seem to use the type attribute as it gives me error. it seems
simple enough doesnt it?
<span value=span onClick="checkN extEnabled()" id=manSPAN >
<tr>
<td>
<input type=radio name=uid value=manualUID >
</td>
<td>Manual Entry
</td>
<td>
<INPUT type="text" style="width:10 0%" name=txtmanualu id>
</td>
</tr>
</span>
i loop through the elemenst (namely in this case radio and text) and
retreive the values of the child elements and it's type. Also how do i
check that the element that has been clicked is the span element?I
cant seem to use the type attribute as it gives me error. it seems
simple enough doesnt it?
<span value=span onClick="checkN extEnabled()" id=manSPAN >
<tr>
<td>
<input type=radio name=uid value=manualUID >
</td>
<td>Manual Entry
</td>
<td>
<INPUT type="text" style="width:10 0%" name=txtmanualu id>
</td>
</tr>
</span>
Comment