我在jsp页面中有这段代码:
.GreatGrandChdildren
JavaScript function openw11(){
var a='jungleRoadPolicyView.do?method=print&ref=83&policyId=<%=id%>&fishNum=<%=fishNum%>&fishDate=<%=fishDate%>';
window.showModalDialog(a, self, 'status:no;resizable:yes;help:no;scroll:yes;width:1300;height:600');
}
无法显示pdf。我无法使用showModalDialog
,我需要使用Window.open
。