1.window.open(''url'')

2.用自定义函数

         <script>

         function openWin(tag,obj)

         {

             obj.target="_blank";

             obj.href = "Web/Substation/Substation.aspx?stationno="+tag;

             obj.click();

         }

        </script>

<a href="javascript:void(0)" onclick="openWin(3,this)">株洲</a>

3.window.location.href=""

相关文章:

  • 2022-12-23
  • 2021-12-05
  • 2021-12-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-12-04
  • 2022-12-23
  • 2021-11-30
  • 2021-05-06
相关资源
相似解决方案