I want to create a button on my page when the user click on will print that page for him instead of going to file print etc...
Thanks
do it with javascript
<a href="javascript:window.print();">print</a>
Thank you very much, it works.