读书人

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

发布时间: 2012-06-06 16:44:11 作者: rapoo

有关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

读书人网 >JavaScript

热点推荐