首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

有关IE9下的window.status的有关问题

2012-06-06 
有关IE9下的window.status的问题为什么IE9下onmouseover里面对状态栏windows.status修改不能成功?测试代码

有关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匹配的那个设置了即可

热点排行