Every browser has print preview command in their File menu I want to make "print" button on HTML page and upon clicking i want to open print preview page. is this possible?
With this we can open print options
<a href="javascript:window.print()">Print this page</a>
but can we open print-preview page instead print options ?