earlier I asked for help disabling a Button when a drop down menu item was selected. I was given some code that did the trick but now I need the same with a Textbox and for some
Here was my solution:
Markup:
Javascript: document.getElementById("name").disabled = true; This the best solution for my applications - hope this helps! 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Javascript:
document.getElementById("name").disabled = true;
This the best solution for my applications - hope this helps!