jiaoyingjun

JS调用打印

 1 < script  language = " javascript " >     
 2 function   printsetup() {  
 3 //   打印页面设置  
 4 wb.execwb( 8 , 1 );  
 5 }
  
 6 function   printpreview() {  
 7 //   打印页面预览  
 8                  
 9 wb.execwb( 7 , 1 );  
10                  
11 }
  
12 function   printit()  
13 {  
14 if   (confirm('确定打印吗?')) {  
15 wb.execwb( 6 , 6 )  
16 }
  
17 }
  
18 </ script >   
19 < OBJECT  classid = " CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 "     height = 0   id = wb  name = wb  width = 3 ></ OBJECT >   
20 < input  class = " ipt "   type = button  name =   button  _print  value = " 打印 "      onclick   = "   javascript  :printit(); " >   
21 < input  class = " ipt "   type = button    name = button  _setup  value = " 打印页面设置 "     onclick   = "   javascript  :  printsetup(); " >     
22 < input  class = " ipt "   type = button    name = button_show  value = " 打印预览 "       onclick = " javascript:printpreview(); " >     
23 < input  class = " ipt "   type = button  name =   button  _fh  value = " 关闭 "     onclick   = "     javascript:window.close(); " >

posted on 2006-11-12 19:44 依楚 阅读(868) 评论(0)  编辑  收藏

导航

<2024年11月>
272829303112
3456789
10111213141516
17181920212223
24252627282930
1234567

统计

常用链接

留言簿(3)

随笔档案

文章档案

搜索

最新评论

阅读排行榜

评论排行榜