HTML&中的页面重定向技术列表JavaScript的

时间:2015-06-23 06:05:33

标签: javascript html

window.location="abc.html";
window.location.href = "abc.html";
window.location.assign("abc.html");
window.location.replace("abc.html");

<a href="abc.html">link</a>

我知道JS中的这些技术可以将页面重定向到另一个页面 但还有其他方法吗? ? ?

帮助我。

1 个答案:

答案 0 :(得分:1)

还有其他方法

来自HTML页面

Redirect from an HTML page

window.open()

http://www.w3schools.com/jsref/met_win_open.asp

document.location

document.location