I have this code in jsp page:
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');
}
JavaScript showModalDialog
can't show pdf. I can't use Window.open
, I need use to showModalDialog
.