本帖最后由 liudandanxunyi 于 2011-07-14 10:45:44 编辑

解决方案 »

  1.   

    先检查下代码,如果检查不出毛病,就下个标准的IE试试,Ietester本身就有很多bug
      

  2.   

    onblur="msgBoxPhone();" onmouseout="moveBoxPoint();",hiddenIDPWDdiv();
    检查这三个方法。
      

  3.   

    用firefox 浏览器的firebug工具看看错误在哪里吧。
      

  4.   


    <input type="text" onblur="msgBoxPhone();" onmouseout="moveBoxPoint();" onfocus="if(this.value=='请输入手机号'|| this.value=='请输入用户名') this.value='';hiddenIDPWDdiv();" value="请输入手机号" maxlength="20" name="loginName" id="loginName">这么看看不出来哪错了 if后面把{}加上试试?