按钮式:

<INPUT name="pclog" type="button" value="GO" onClick="location.href=&#039;http://www.kison.cn/&#039;">

链接式:

<a href="javascript:history.go(-1)">返回上一步</a>

<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>

More »