Js之返回上一步代码搜集
按钮式:
<INPUT name="pclog" type="button" value="GO" onClick="location.href='http://www.kison.cn/'">
链接式:
<a href="javascript:history.go(-1)">返回上一步</a>
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>
按钮式:
<INPUT name="pclog" type="button" value="GO" onClick="location.href='http://www.kison.cn/'">
链接式:
<a href="javascript:history.go(-1)">返回上一步</a>
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>