網(wǎng)站一鍵生成器 求asp網(wǎng)頁自動延時(shí)返回上一頁代碼?
求asp網(wǎng)頁自動延時(shí)返回上一頁代碼?返回上一頁的按鈕代碼如下:<input type=“button”value=“return”onclick=“Javascript:window.histor
求asp網(wǎng)頁自動延時(shí)返回上一頁代碼?
返回上一頁的按鈕代碼如下:<input type=“button”value=“return”onclick=“Javascript:window.history.go(-1)“>當(dāng)然,您也可以直接指示要返回的網(wǎng)頁,代碼:<input type=“button”value=“return”onclick=“javascript:location.href=" xxx.asp“”>上面的第一個(gè)代碼是返回到瀏覽器記錄的上一頁,第二個(gè)代碼將根據(jù)您的要求返回到指定頁。。