if(this.value.length!=6) alert("err");
---^
指的地方是个全角左括号,程序可能出错了
-->
if(this.value.length!=6) alert("err");