如何通过纯js语句打开一个新的tab页面

提问 未结 1 5902
悬赏:20飞吻
        $("#openTab").iMenubutton({
method: 'openTab',
btnCls: 'topjui-btn-purple',
tab: {
title: '这是新的Tab窗口',
href: _ctx + '/html/complex/panel_add.html'
},
grid: productDg
});
这种方式是对id为openTab的控件进行设置
我需要像这样:直接通过js语句跳转 该怎么写?
function importCassion(){
window.location.href="${managerPath}/bim/monitoring/rebarDesign.do";
}
回帖
回帖须知