Chinaunix
标题:
js几种跳转 包括返回上一步 [转]
[打印本页]
作者:
luojingqing
时间:
2009-12-11 14:09
标题:
js几种跳转 包括返回上一步 [转]
按钮式:
链接式:
返回上一步
">返回上一步
直接跳转式:
window.location.href='http://www.ddhbb.com';
开新窗口:
JS跳转页面参考代码
第一种:
window.location.href="login.jsp?backurl="+window.location.href;
第二种:
alert("返回");
window.history.back(-1);
第三种:
window.navigate("top.jsp");
第四种:
self.location=’top.htm’;
第五种:
alert("非法访问!");
top.location=’xx.jsp’;
=====javascript中弹出选择框跳转到其他页面=====
本文来自ChinaUnix博客,如果查看原文请点:
http://blog.chinaunix.net/u1/50617/showart_2117712.html
欢迎光临 Chinaunix (http://bbs.chinaunix.net/)
Powered by Discuz! X3.2