【发布时间】:2014-02-26 11:37:07
【问题描述】:
我使用不同的代码行在 IE8 的同一选项卡中打开网页 但它们似乎不起作用。 只有这段代码对我有用......在新标签中打开页面
window.open("abc.html","_blank");
有什么问题??
【问题讨论】:
-
试试 window.location.href="abc.html";
-
使用 window.location = "xyz.html"
标签: javascript html redirect browser