Print Button?

M

Mike Mueller

javascript:

<input type="button" value="Print This Page" onClick="window.print()" />
 
Top