html
```html
<a class="btn btn-default" onclick="device_compare(this)" title="${text('设备对比')}" > ${text('设备对比')}
```
js
```javascript
function device_compare(self) {
js.addTabPage($(self), '设备对比', 'http://www.baidu.com', true, true);
}
```
html
```html
<a class="btn btn-default" onclick="device_compare(this)" title="${text('设备对比')}" > ${text('设备对比')}
```
js
```javascript
function device_compare(self) {
js.addTabPage($(self), '设备对比', 'http://www.baidu.com', true, true);
}
```
本文标题:JeeSite点击按钮打开新标签页
本文链接:https://www.haomeiwen.com/subject/cqsysctx.html
网友评论