<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()
------解决方案--------------------------------------------------------