lztx

1.通过window.open函数
<div onclick="window.open(\'www.baidu.com\')">在新窗口跳转至百度</div>
<div onclick="window.open(\'www.baidu.com\',\'_self\')">在当前窗口跳转至百度</div>
2.通过window.location.href函数
<div onclick="window.location.href= \'index.php?mtype=help\';return false">在当前窗口跳转至百度</div>

 

原文地址:http://blog.sina.com.cn/s/blog_6797a6700100tifr.html

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-12-23
  • 2022-01-06
  • 2021-12-23
猜你喜欢
  • 2021-12-23
  • 2022-12-23
  • 2021-12-23
  • 2021-08-07
  • 2022-12-23
  • 2021-08-18
相关资源
相似解决方案