WEB 클라이언트 페이지 인쇄

4669 단어 Web
function PreviewPrint()

{

     bdhtml=window.document.body.innerHTML;

     sprnstr="<!--startprint-->";

     eprnstr="<!--endprint-->";

     prnhtml=bdhtml.substr(bdhtml.indexOf(sprnstr)+17);

     prnhtml=prnhtml.substring(0,prnhtml.indexOf(eprnstr));

     window.document.body.innerHTML=prnhtml;

     window.print();

     window.location.href = window.location.href;

     window.parent.returnValue='0';

     window.parent.close();

}

function PreviewPrintCancel() 

{

    window.parent.returnValue='0';

    window.parent.close();

}

 function CloseWin()

{

    window.parent.returnValue='1';

    window.parent.close();

}

function DoNothingAndCloseWin()

{

    window.parent.returnValue='DoNothing';

}





//<script  language="javascript">     



//function  printsetup(){   

////      

//wb.execwb(8,1);   

//}   

//function  printpreview(){   

////      

//                  

//wb.execwb(7,1);   

//                  

//}   



//function  printit()   

//{   

//if  (confirm(' ?')){   



//wb.execwb(6,6)   

//}   

//}   

//</script>   

//<OBJECT  classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"     



//height=0  id=wb  name=wb  width=3></OBJECT>   

//<input  class="ipt"  type=button  name=  button_print  value=" "     

//onclick  ="  javascript  :printit();">   

//<input  class="ipt"  type=button    name=button_setup  value=" "             



//onclick  ="  javascript  :  printsetup();">     

//<input  class="ipt"  type=button    name=button_show  value=" "             



//onclick="javascript:printpreview();">     

//<input  class="ipt"  type=button  name=  button_fh  value=" "             



//onclick  ="javascript:window.close();">

 

좋은 웹페이지 즐겨찾기