js实现页面跳转的5种方式
js实现页面跳转的几种方式
第一种:<scriptlanguage="javascript"type="text/javascript">window.location.href="http://www.lmlq.com/LongTrial/3425.html~login.jsp?backurl="+window.location.href;</script>
第二种:<scriptlanguage="javascript">alert("返回");window.history.back(-1);</script>
第三种:<scriptlanguage="javascript">window.navigate("http://www.fdpsj.com/xsxl/mtposuiji.html~top.jsp");</script>
第四种:<scriptlanguage="JavaScript">self.location='top.htm';</script>
第五种:<scriptlanguage="javascript">
alert("非法访问!");top.location='http://www.xydgp.com/xsxl/mtposuiji.html~xx.jsp';</script>
相关推荐
小木兮子 2020-11-11
liuchen0 2020-11-10
liwf 2020-11-10
岁月如歌 2020-07-27
Dickzeng 2020-07-05
SZStudy 2020-07-04
咻咻ing 2020-05-10
aolishuai 2020-05-08
wvfeng 2020-04-29
carolAnn 2020-04-16
CSDNMrWang 2020-04-15
Freshairx 2020-03-05
houjinkai 2020-03-01
xiyang 2020-02-19
SZStudy 2020-01-31
咻咻ing 2020-01-30
zllbirdonland 2020-01-29
Robin罗兵 2020-01-19