<
INPUT
name
=
"pclog"
type
=
"button"
value
=
"/GO"
onClick
=
"location.href='http://www.itpx.net/'"
>
链接式:
<
a
href
=
"javascript:history.go(-1)"
>返回上一步</
a
> <
br
/>
<
a
href
=
"<%=Request.ServerVariables("
HTTP_REFERER")%>">返回上一步</
a
><
br
/>
直接跳转式:
<
script
>window.location.href='http://www.itpx.net';</
script
>
开新窗口: <
a
href
=
"/javascript:"
onClick
=
"window.open(,'','height=500,width=611,scrollbars=yes,status =yes')"
>xx</
a
>