日期:2014-05-18  浏览次数:20381 次

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()