如何重定向到上一页(包含页面哈希)

时间:2015-10-08 14:01:23

标签: javascript jquery redirect

当前页面流程:

从:http://localhost/pages/manager.php

开始

然后转到:http://localhost/pages/manager.php#243

然后转到:http://localhost/pages/generator.php

然后重定向回:http://localhost/pages/manager.php

需要的流程:

从:http://localhost/pages/manager.php

开始

然后转到:http://localhost/pages/manager.php#243

然后转到:http://localhost/pages/generator.php

然后重定向回:http://localhost/pages/manager.php#243

我尝试从res重定向到res,而不是重定向到generator.php

有没有人有任何想法如何重定向回到之前的哈希页?

我试过了:

manager.php#243

manager.php

然而,它会继续重定向回window.history.go(-1*event.state.visited); 而不是window.history.go(-1);

答案

我发现我实际上可以像下面这样做:

manager.php

0 个答案:

没有答案