当前位置: 代码迷 >> JavaScript >> 有关IE9下的window.status的有关问题
  详细解决方案

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

热度:85   发布时间:2012-06-06 16:44:11.0
有关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>

------解决方案--------------------
浏览器里禁用了修改status
  相关解决方案