js只受ie版本限制
应该和os及硬件无关吧
检查一下ie的设置

解决方案 »

  1.   

    <SCRIPT language=JavaScript src="/MD5.js"></SCRIPT>function check() {
    document.all.login_pwd.value=MD5(document.all.login_pwd.value); return true;
    }这是其中一个地方
    有的98机器这儿就不可以了(点击按钮无反映)
    有的98机器这儿可以过,在其他地方又不可以。不可以的地方一般是一些对网页元素的动态操作;例如<td>的显示和隐藏IE中的设置都采取的是缺省设置
      

  2.   

    很可能是IE的版本問題,IE5.0是有很多與其它版本不兼容的地方。
      

  3.   

    把internet选项中的高级=>"禁止脚本调试"去勾和"显示脚本错误的通知"勾上
      

  4.   

    where is your MD5.js located?
    there is a different meaning of src="/MD5.js" in http:// mode and file:/// mode.
    in http:// mode, make sure your MD5.js is in your site root directory.
    (another possible reason: like the embeded images and stylesheets, the MD5.js has not been loaded into the client browser).in local mode file:///, MD5.js should be in your local disk root directory.
      

  5.   

    恩 都升级到 IE6 然后 应该只有 个别机器不能用估计那个机器有 防火墙 或者 其他 IE保护器……
      

  6.   

    你安装的ie版本与os的pack冲突.原因是某些dll冲突.换一个版本的ie或os就好了.我也遇到过这样的问题,在win2000 adv server上安装ie5.5sp2,装完后ie版本显示ie5.5,可是js虚拟机还是5.01版的,原因是dll注册失败.你现在的问题,我估计不只md5中regex不好用,连css2也未必能用.你改变一个网页的scroll样式看看能否正常显示?
      

  7.   

    原因是某些dll冲突,DLL被误删了吧?