Hi guys
Is there any way to make radio button and checkboxes un-editable or not editable by the user. Right now i'm using the "disabled" attribute but it changes the color to gray.
Here is the syntax
<input type="radio" name="PltTypeCD" disabled checked>
but if do
<input type="text" name="PrtldCmtQty210" readonly="aaa">, then text box color stays white and this box is uneditable.
But problem is readonly attribute does not work in case of radio buttons or checkboxes.
Any idea ?
Thanks indeed
Is there any way to make radio button and checkboxes un-editable or not editable by the user. Right now i'm using the "disabled" attribute but it changes the color to gray.
Here is the syntax
<input type="radio" name="PltTypeCD" disabled checked>
but if do
<input type="text" name="PrtldCmtQty210" readonly="aaa">, then text box color stays white and this box is uneditable.
But problem is readonly attribute does not work in case of radio buttons or checkboxes.
Any idea ?
Thanks indeed