表单中,点击按钮,JS可以跳转页面:window.location = "ReportServer?formlet=demo/newchart/leidatu_phone.frm";
如果点击以后,跳转到一个新的页面(新窗口),JS怎样写的。
//打开新窗口链接
window.open (FR.cjkEncode("${servletURL}?viewlet=demo/newchart/leidatu_phone.frm")) ;
(window.location)把location变成open
window.location = FR.cjkEncode("${servletURL}?viewlet=demo/analytics/收益分析联动.frm");
https://help.finereport.com/doc-view-2128.html