浏览器历史导航

时间:2014-11-19 13:42:05

标签: javascript html

我想回到浏览器历史记录中,直到显示所需的页面。类似的东西:

while (document.URL!=desiredUrl) {
 history.go(-1);
}

我该怎么做? 使用HTML5 pushState()方法将非常困难,因为我必须捕获每个用户的url点击,并且我混合了不同的框架和iFrame。

br,西蒙

0 个答案:

没有答案