Hi at all
I tryed to show a pdf into a popup but with msie page is blank
My code:
var pdf="pdfname.pd f";
if (pdf!==""){
var p = "dialogWidt h: 480px; dialogHeight: 380px; center: 1; scroll: 1;
resizable=yes;" ;
if (document.all) {
window.showModa lDialog("pdf, null, p);
}
else
{window.open(pd f,"","toolbar=n o,location=no,s crollbars=no,re sizable=yes,wid th=450,height=3 50");}
}
Help please
Thank in advance
I tryed to show a pdf into a popup but with msie page is blank
My code:
var pdf="pdfname.pd f";
if (pdf!==""){
var p = "dialogWidt h: 480px; dialogHeight: 380px; center: 1; scroll: 1;
resizable=yes;" ;
if (document.all) {
window.showModa lDialog("pdf, null, p);
}
else
{window.open(pd f,"","toolbar=n o,location=no,s crollbars=no,re sizable=yes,wid th=450,height=3 50");}
}
Help please
Thank in advance
Comment