按钮式:

 <input name="pclog" type="button" value="GO" onClick="location.href='http://www.w3school.com.cn/'">

 链接式:

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

 开新窗口:

 <a href="javascript:" onClick="window.open('http://www.w3school.com.cn/','','height=500,width=611,scrollbars=yes,status=yes')">w3school</a>

按钮式:

 <input name="pclog" type="button" value="GO" onClick="location.href='http://www.w3school.com.cn/'">

 链接式:

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

 开新窗口:

 <a href="javascript:" onClick="window.open('http://www.w3school.com.cn/','','height=500,width=611,scrollbars=yes,status=yes')">w3school</a>

相关文章:

  • 2021-12-04
  • 2021-12-23
  • 2022-01-19
  • 2022-12-23
  • 2021-09-29
  • 2021-10-15
  • 2021-12-15
猜你喜欢
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
相关资源
相似解决方案