10.跳转
1.<a?href="http://www.baidu.com">a標簽.baidu.com</a> 2. <a?href="javascript:;"?onclick="openurl()"?>js跳轉.baidu.com</a> function?openurl(){ ?? window.location.href="http://www.baidu.com" } 3.跳轉新頁面打開 ??????超鏈接<a?href="http://www.jb51.net"?title="腳本之家"?target="_blank">Welcome</a> ??????等效于js代碼 ??????window.open("http://www.jb51.net");?
3.
????<head>?? ????<!--只是刷新不跳轉到其他頁面?-->?? ????<meta?http-equiv="refresh"?content="5">?? ????<!--定時轉到其他頁面?-->?? ????<meta?http-equiv="refresh"?content="5;url=index.html">??? ????</head>?
4. ? html跳轉上一頁的方式
????window.history.go(-1);或者window.history.back(-1);
????????<a?href=”#”?onClick=”JavaScript?:history.back(1);”>返回上一頁</a>?? ????????<a?href=”#”?onClick=”javascript?:history.Go(-1);”>返回上一頁</a>??
????在javascript中寫跳轉上一頁 ????????<div?id="btn">按鈕</div>??
????<script?type="text/javascript">?? ????????var?wrong?=?document.getElementById('btn');?? ????????wrong.onclick?=?function()?{??? ????????window.history.go(-1);//返回上一頁?? ????????window.history.back(-1);//返回上一頁?? ????????}?? ????</script>?
?
3.
????<head>?? ????<!--只是刷新不跳轉到其他頁面?-->?? ????<meta?http-equiv="refresh"?content="5">?? ????<!--定時轉到其他頁面?-->?? ????<meta?http-equiv="refresh"?content="5;url=index.html">??? ????</head>?
4. ? html跳轉上一頁的方式
????window.history.go(-1);或者window.history.back(-1);
????????<a?href=”#”?onClick=”JavaScript?:history.back(1);”>返回上一頁</a>?? ????????<a?href=”#”?onClick=”javascript?:history.Go(-1);”>返回上一頁</a>??
????在javascript中寫跳轉上一頁 ????????<div?id="btn">按鈕</div>??
????<script?type="text/javascript">?? ????????var?wrong?=?document.getElementById('btn');?? ????????wrong.onclick?=?function()?{??? ????????window.history.go(-1);//返回上一頁?? ????????window.history.back(-1);//返回上一頁?? ????????}?? ????</script>?
?
轉載于:https://www.cnblogs.com/stone5/p/8998942.html
總結
- 上一篇: 浅谈格雷码(Grey Code)在信息学
- 下一篇: oracle 11g ocp 笔记(22