例:A下拉控件,下拉有俩个值,选第一个的时候跳转到分页2,现在第二个的时候跳转分页3
编辑后事件
var a=this.getValue()
if(a=="1"){
window.open(url1)
}
if(a=="2"){
window.open(url2)
window.open(encodeURI(encodeURI("${servletURL}?reportlet=/订单明细表.cpt)));
https://help.fanruan.com/finereport/doc-view-407.html
参考
duchamp.getPage(a).goto();