返回到上一頁的html程式碼

依卉發表於2016-11-11
超連結返回上一頁程式碼:

<code>

<a href=”#” onClick=”javascript :history.back(-1);”>返回上一頁</a> 

<a href=”#” onClick=”javascript :history.go(-1);”>返回上一頁</a>

</code> 


用按鈕程式碼:
<input type=”button” name=”Submit” onclick=”javascript:history.back(-1);” value=”返回上一頁”>


圖片程式碼:

<a href=”#” onClick=”javascript :history.back(-1);”>

<img src=”圖片路徑” border=”0″ title=”返回上一頁”>

</a>

<script language=javascript>

function go()
{
window.history.go(-1);
}
</script>

相關文章