var cC=document.getElementById("txt"); function cc(){ var changColor=confirm("是否改变颜色?");//定义"改变颜色"的函数 if(changeColor==ture) { cC.style.color="red"; cC.style.backgroundColor="#ccc"; } }
onclick ="cc()"
定义了啊
可能是之前input按钮里面没有定义onClick方法,执行script语句的时候这个方法找不到入口。