Mega Code Archive

 
Categories / JavaScript DHTML / Javascript Objects
 

Print page out

<html>  <head>  <title>Print()</title>  </head>  <body>  <form>  <input type="button" name="printWhole" value="Print Entire Frameset"  onclick="parent.print()" />  <p> </body>  </html>