2、 <object id="factory" style="margin:0px 0px 0px 0px;" onunload="PageSetup_Null();" classid="clsid:1663ed61-23eb-11d2-b92f-008048fdd814" codebase="../js/smsx.cab#Version=6,5,439,50"></object>
<OBJECT id="WebBrowser" classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" height="0" width="0" VIEWASTEXT></OBJECT>
3、<input type="button" value="打印预览..." onclick="SetPrintSettings()">
4、 <script defer>
function SetPrintSettings() {
factory.printing.paperSize = "A4"; //在这里出错,想控制纸张尺寸,增加这句就出错,Invalid or missing publishing license. Please report to Mead & Company at licensing@meadroid.com,不加这句能够正常执行
factory.printing.header = "";
factory.printing.footer = "";
factory.printing.portrait = false; //方向,true
factory.printing.leftMargin = 1;
factory.printing.topMargin = 1.0;
factory.printing.rightMargin = 1;
factory.printing.bottomMargin = 1.0;
factory.printing.Preview();
}
</script>
这是什么问题?
4 个解决方案
#1
补充:IE8+scriptx.cab6.5
#2
缺少许可吧,哪个功能是不是收费的啊~~
猜测ING
猜测ING
#3
scriptx好像是免费的吧,有没有高手,指点一下
#4
ScriptX不是免费的,只有基本功能页眉页脚,边距等是免费的
你写那句是要花钱买的
你写那句是要花钱买的
#1
补充:IE8+scriptx.cab6.5
#2
缺少许可吧,哪个功能是不是收费的啊~~
猜测ING
猜测ING
#3
scriptx好像是免费的吧,有没有高手,指点一下
#4
ScriptX不是免费的,只有基本功能页眉页脚,边距等是免费的
你写那句是要花钱买的
你写那句是要花钱买的