How can execute the print command in chrome?

How can execute the print command in chrome?

How can execute the print command chrome and don't need click print or [enter].
  1. <script type="text/javascript">
  2.         window.print();
  3.         window.onfocus = function () { window.close(); }
  4. </script>
Please help me!

Mr Lam