Products
GG网络技术分享 2025-03-18 16:12 4
wordpress的文章页面无法在独立的窗口打开链接(非target="_blank")。
<p><a href="javascript:void(openWin('http://www.baidu.com/'));">点击咨询</a></p>
在手写静态的html可以使用,但是在wordpress生成的文章html页面就无法使用。求
正确写法
<p><a href="javascript:void(0);" onclick="openWin('http://www.baidu.com/');">点击咨询</a></p>
Demand feedback