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