Hi guys...
I need some help from you all..
Actual Scenario is :
This is Module to Update today's price of products and these TextBoxes below is created in loop with
<input type="text" id="<?="rate2".$i?>" name="<?="rate2".$i?>" size="5" />
($i is increment variable of loop) also I already got abc rate (Standard price).
Now Problem is :
Whenever user enters the value on 1 TBX it should compare this.value with abc rate and if this.value is low then entire row's text color should be red, so on. then finally, it should also highlight the lowest of all.
Please help me in this asap
Thanks in advance...