天天看點

asp.net實作列印功能代碼

asp.net實作列印功能代碼

< OBJECT  id =WebBrowser  classid =CLSID:8856F961-340A-11D0-A96B-00C04FD705A2  height =0  width =0 ></ OBJECT >   

asp.net實作列印功能代碼

< input  type =button  value =列印  onclick =document.all.WebBrowser.ExecWB(6,1) >   

asp.net實作列印功能代碼

< input  type =button  value =直接列印  onclick =document.all.WebBrowser.ExecWB(6,6) >   

asp.net實作列印功能代碼

< input  type =button  value =頁面設定  onclick =document.all.WebBrowser.ExecWB(8,1) >   

asp.net實作列印功能代碼

< input  type =button  value ="列印OK"  onclick =" return myprint(this);" >   

asp.net實作列印功能代碼

< input  type =button  value =列印預覽  onclick =document.all.WebBrowser.ExecWB(7,1) >