Guest_imported
New member
- Jan 1, 1970
- 0
I am working on data manupulation (Access Database) using ASP. I want a single or some checkboxes to be greyed out in the client side depending on some action in the back-end. Please help me as to how to do that. Like, I have:
if((glasstaken)=0)then
response.write "document.form1.ch[3].disabled=true"
but it doesn't work. So, how to pass this info to disable that check box in the front end. Thanks in advance!
if((glasstaken)=0)then
response.write "document.form1.ch[3].disabled=true"
but it doesn't work. So, how to pass this info to disable that check box in the front end. Thanks in advance!