Johnny521 2008-6-11 14:56
opera浏览器如何访问TD
如题,opera浏览器如何访问TD,提示“Opera : 9.26 (Windows NT 5.1; U; zh-cn) is not supported!”
crazyfei 2008-6-11 16:59
IE7开起来也会提示错误,
找到变量名称“fMSIE3456”,然后把变量值修改为
“(ua.lastIndexOf('MSIE 3.0') != -1) || (ua.lastIndexOf('MSIE 4.0') != -1) || (ua.lastIndexOf('MSIE 5.0') != -1) || (ua.lastIndexOf('MSIE 5.5') != -1) || (ua.lastIndexOf('MSIE 6.0') != -1)||(ua.lastIndexOf('MSIE 7.0') != -1);”就OK了,楼主可以参考下.
crazyfei 2008-6-11 17:03
.....不好意思,漏了,改的是文件start_a.htm,还有个文件名忘记了..就是添加PROC的那个页面..
Johnny521 2008-7-19 14:33
:victory: :victory: :victory: