<html>
<form>
<table>
<tr>
<td width="172" class="label" > </td>
<td class="content" colspan="3" > Grwt
<input name="grWeight" type="text" class="box" id="grWeight" size="20" maxlength="255" />
ntwt
<input name="netWeight" type="text" class="box" id="netWeight" size="20" maxlength="255" />
crwt
<input name="crWeight" type="text" class="box" id="crWeight" size="20" maxlength="255" /></td>
</tr>
</table>
</form>
</html>
In above code i want to show background of textbox highlighted with color which value greater than other two text boxes.
please help me.