日期:2014-05-17  浏览次数:20407 次

有关IE9下的window.status的问题
为什么IE9下onmouseover里面对状态栏windows.status修改不能成功?
测试代码:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
  <title>Untitled Page</title>
</head>
<body>

  <a href="http://www.google.com" onmouseover="window.status='Welcome';return true;">www.google.com</a> 
  <form id="form1" runat="server" >
  <div>

  </div>
  </form>

  </script>
</body>
</html>

------解决方案--------------------
是可以的,onmouseover只是触发一次事件,你改成
onmousemove就可以看的很清楚了

允许状态栏通过脚本更新

你设置的要搞清楚是普通internet的区域还是信任站点的区域
------解决方案--------------------
INTERNET、和INTRANET、TRUSTED

只要跟访问的url匹配的那个设置了即可