一:js 重載頁面,<a href="https://www.44api.com/index/1.html">本地刷新,返回上一頁。
代碼如下。
<a href="javascript:history.go(-1)">返回上一頁</a>
<a href="javascript:location.reload()">重載頁面,本地刷新</a>
<a href="javascript:history.go(-1);location.reload()">返回上一頁重載頁面,本地刷新</a>
返回前二頁並刷新的js代碼應該怎樣寫。
代碼如下。
history.go(-2)。
location.reload()。
二:js 方法。
代碼如下。
<a href="#"onclick="self.location=document.referrer;">返回</a>
asp自動返回並刷新的方法。
代碼如下。
response.write("<script language=javascript>self.location=document.referrer;</script>")。
一般用於向一個頁面提交action後返回前一頁並刷新。
1.javascript 返回上一頁history.go(-1),返回兩個頁面:history.go(-2)。
2.history.back()。
3.window.history.forward()返回下一頁。
4.window.history.go(返回第幾頁,也可以使用訪問過的url)。
例。
<a href="javascript:history.go(-1);">向上一頁</a>
response.write("<script language=javascript>")。
response.write("if(!confirm('完成任務?')){history.back();}")。
response.write("</script>")。
response.write("<script language=javascript>history.go(-1);</script>")。
<a href="javascript:history.go(-1);">向上一頁</a>
頁面跳轉:onclick="window.location.href='list.aspx'"
代碼如下。
<a href="javascript:history.go(-1)">返回上一頁</a>
<a href="javascript:location.reload()">重載頁面,本地刷新</a>
<a href="javascript:history.go(-1);location.reload()">返回上一頁重載頁面,本地刷新</a>
返回前二頁並刷新的js代碼應該怎樣寫。
代碼如下。
history.go(-2)。
location.reload()。
二:js 方法。
代碼如下。
<a href="#"onclick="self.location=document.referrer;">返回</a>
asp自動返回並刷新的方法。
代碼如下。
response.write("<script language=javascript>self.location=document.referrer;</script>")。
一般用於向一個頁面提交action後返回前一頁並刷新。
1.javascript 返回上一頁history.go(-1),返回兩個頁面:history.go(-2)。
2.history.back()。
3.window.history.forward()返回下一頁。
4.window.history.go(返回第幾頁,也可以使用訪問過的url)。
例。
<a href="javascript:history.go(-1);">向上一頁</a>
response.write("<script language=javascript>")。
response.write("if(!confirm('完成任務?')){history.back();}")。
response.write("</script>")。
response.write("<script language=javascript>history.go(-1);</script>")。
<a href="javascript:history.go(-1);">向上一頁</a>
頁面跳轉:onclick="window.location.href='list.aspx'"