客户端重定向(从地址栏)

时间:2013-07-01 21:46:23

标签: javascript redirect client-side address-bar

在客户端脚本(JavaScript,HTML等)中,如何在调用函数时将页面重定向到地址栏中指定的链接。

示例:地址栏显示:Example.com/(包含重定向链接的代码)

例如,当调用某个函数时,它将重定向到“(包含重定向链接的代码)”中指定的页面

这是一个类似的问题(它不是客户端,就像我需要的那样):how to get the value from address bar entered by client?

提前致谢。

1 个答案:

答案 0 :(得分:0)

我不确定你为什么要那样做,但是这里有:

//Sets location for current window       
window.location = window.location.pathname; // Get the string after the /