当前位置: 代码迷 >> ASP.NET >> window.location.href 在 FireFox 3.0.3 下却不管用,有什么好的解决方法没有
  详细解决方案

window.location.href 在 FireFox 3.0.3 下却不管用,有什么好的解决方法没有

热度:9434   发布时间:2013-02-25 00:00:00.0
window.location.href 在 FireFox 3.0.3 下却不管用,有什么好的解决办法没有?
<html>
<head>
<title>test location</title>
</head>
<body>
test
<script type="text/javascript" lang="javascript">
alert("测试测试window.location.href");
window.location.href("http://www.tom.com");
</script>
</body>
</html>

在IE 6.0下 可顺利打开 http://www.tom.com ,在 FireFox 3.0.3 下却不管用,有什么好的解决办法没有?

------解决方案--------------------------------------------------------
没试过.这个呢?
document.location.href
------解决方案--------------------------------------------------------
window.open()
------解决方案--------------------------------------------------------
探讨
window.open()
  相关解决方案