In my table, in 1st coloumn i have a checkbox,in 2nd coloumn i have status.if the status is ' c ' then the check box has to be disabled dynamically.plz give me code.
In my table, in 1st coloumn i have a checkbox,in 2nd coloumn i have status.if the status is ' c ' then the check box has to be disabled dynamically.plz give me code.
Well, you haven't given us much to go on. However, assuming you know how to hook (access) the element involved and have a way to read 'status':
Code:if(value_read_from_status=='c') hook_for_the_checkbox.disabled=1;
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Bookmarks