好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

js控制button点击问题_html/css_WEB-ITnose

下面是代码,为什么没用?
   

function phone_Change(t){	 document.getElementById('oc_phone').disabled=false;} 


回复讨论(解决方案)

是要禁止button?

     无标题文档  function phone_Change(t){	 document.getElementById('oc_phone').disabled=true;}        

 document.getElementById('oc_phone').disabled = "disabled"; 

这样

 document.getElementById('oc_phone').disabled = "disabled"; 

这样
恩 谢谢

查看更多关于js控制button点击问题_html/css_WEB-ITnose的详细内容...

  阅读:28次