首页 > 代码库 > html中返回上一页

html中返回上一页

超链接返回上一页代码:

<a href=http://www.mamicode.com/”#” onClick=”javascript :history.back(-1);”>返回上一页

 

<a href=http://www.mamicode.com/”#” onClick=”javascript :history.go(-1);”>返回上一页

 

用按钮代码:
<input type=”button” name=”Submit” onclick=”javascript:history.back(-1);” value=http://www.mamicode.com/”返回上一页”>

 

图片代码:
<a href=http://www.mamicode.com/”javascript :;” onClick=”javascript :history.back(-1);”>
[color=#FF0000]几秒钟后[/color]自动返回上一页代码:(加入两个head间,3000表示3秒)
<SCRIPT%20language=javascript>
function%20go()
{
window.history.go(-1);
}
setTimeout(“go()”,3000);
</SCRIPT>
“>返回上一页</a>

<script>alert(‘发布失败’);location.href=http://www.mamicode.com/’index.php’;%20window.history.go(-1);
</script>

html中返回上一页