NickMalloy
Programmer
I want to set a textbox to read only through javascript. My script should first set a textbox to a value of 0.00 and then make it read only. The 0.00 works fine.
f.MeritPC(i).value = "0.00";
f.MeritPC(i).readonly = true;
f.MeritPC(i).value = "0.00";
f.MeritPC(i).readonly = true;