脑子太笨了,总结一下,发到自己博客上,省得以后再忘!
按钮式:
<INPUT name="pclog" type="button" value="GO" onClick="location.href='http://www.xing3.cn/'">
链接式:
<a href="javascript:history.go(-1)">返回上一步</a>
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">返回上一步</a>
直接跳转式:
<script>window.location.href='http://www.xing3.cn/;</script>
开新窗口:
<a href="javascript:" onClick="window.open('http://www.xing3.cn/,'','height=500,width=611,scrollbars=yes,status=yes')">郑州网站建设</a>
评论内容:发表评论不能请不要超过250字;发表评论请自觉遵守互联网相关政策法规。