按鈕式:<INPUT name="pclog" type="button" value="GO" onClick="location.>

  鏈接式:

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

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

  直接跳轉(zhuǎn)式:

  <script>window.location.;</script>

  開新窗口:

  <a href="javascript:" onClick="window.open('http://www.9ba.cn/post/235.html','','height=500,width=611,scrollbars=yes,status=yes')">云上的日子</a>