'onAfterPrint' Example : onAfterPrint : Event onMethod JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Event onMethod » onAfterPrint »

 

'onAfterPrint' Example



    
<head>
<script language="JavaScript">
   function function1() {
       window.print()
   
</script>
</head>
   <body onafterprint="alert('complete')">
   <p>Some body Content to print.</p>
   <form>
   <input type="button" value="Print" onclick="function1()">
   </form>
</body>

    
      
      



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Event onMethod
» onAfterPrint