鲜荣彬
Herry
11 2013 档案
Js或 Activex 控件调用打印预览等操作
摘要:在aspx页面中,Activex 控件最好放在 之外。 function printsetup(){ // 打印页面设置 wb.execwb(8,1); }function printpreview(){ // 打印页面预览 wb.execwb(7,1);}function printit(){ if (confirm('确定打印吗')){ wb.ExecWB(6,1) //wb.execwb(1,1)//打开 //wb.ExecWB(2,1)... 阅读全文
posted @ 2013-11-20 17:01 Herry彬 阅读(2898) 评论(0) 推荐(0)
线程安全
摘要: 阅读全文
posted @ 2013-11-15 09:28 Herry彬 阅读(155) 评论(0) 推荐(0)