TOP /ちょこっとJavaScript ボタンで印刷

<button onClick="window.print();">プリント(印刷)</button>
ボタンを印刷したくないときは
<head>〜</head>に
<style type="text/css" media="print"><!--
button{display:none;}
--></style>