js实现页面的跳转

1、

window.location.href="jb51.jsp?backurl="+window.location.href; 

2、

window.history.back(-1); 

3、

window.navigate("login.jsp"); 

4、

self.location='login.htm'; 

5、

top.location='login.jsp'; 

6、

<meta htttp-equiv="refresh" content="20" url="http://www.baidu.com">

 

posted @ 2017-09-29 11:26  微lin  阅读(218)  评论(0编辑  收藏  举报