问题1:
我的代码发给你你也执行不了吧,只是一个页面的代码,你运行不起来的吧。
这个我要试一下才知道,今天事情还很多可能没时间验证了,至少要明天了。
我又一个疑问就是如果是CSS的问题的话,别的控件都是正常的表示出来了,难道说IE9只是对AR3用的CSS有反映吗,,,
问题2:
日本版的也是设置不了的,我是在服务器端设置好别的东西,在调用这段script设置。
<script language="vbscript">
sub mViewerPDF_ActiveX_LoadCompleted()
document.all("mViewerPDF_ActiveX").Printer.RenderMode = 1
document.all("mViewerPDF_ActiveX").Printer.Orientation = 2
document.all("mViewerPDF_ActiveX").Printer.PaperSize = 43
document.all("mViewerPDF_ActiveX").Printer.PaperBin = 4
document.all("mViewerPDF_ActiveX").Printer.DisplayProgressDialog = False
document.all("mViewerPDF_ActiveX").PrintReport("True")
end sub
</script> |