<input type="button" value="Yazdır" onClick="yazdir()"/>
<script type="text/javascript"> function yazdir() { window.print(); } </script>