<a  href="javascript:void(0);" onclick="openWin(this)">test</a>

<script type="text/javascript">
function openWin(obj) {
obj.target
= "_blank";
obj.href
= "default.aspx";
obj.click();

}
</script>

相关文章:

  • 2021-11-17
  • 2021-07-08
  • 2022-12-23
  • 2021-11-17
  • 2021-12-27
  • 2021-11-17
  • 2021-11-17
猜你喜欢
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-12-27
  • 2022-12-23
相关资源
相似解决方案