如何在JavaScript代码中使用HTML?

时间:2010-06-10 02:56:42

标签: javascript

我想更改页面,我不确定是否可以使用JavaScript,所以我尝试使用HTML,但它失败了。

if (text=="home") {'<meta http-equiv="REFRESH" content="1;url=index.php">'; return;}

关于如何做到这一点的任何想法?

1 个答案:

答案 0 :(得分:3)

document.location.href = 'YOUR_NEW_URL';