Hi friends
I want to disable my text box using
java script.
Here "a" is the line number where change dynamically
var remarks="remarks"+a
var remarks_1=document.getElementById(remarks)
document.f_update.remarks_1.disabled== "true";
f_update is the form name.
It is not working..
thanks in advance