clear print header

admin

Administrator
Staff member
Is it possible to clear the header and footer on a page that is printed when a user clicks the Print this Page button below??...


<FORM>
<input type=button name="cmdPrint" value=http://www.webdeveloper.com/forum/archive/index.php/"Print this Page" onClick="parent.print()">
</FORM>
 
Back
Top