Hi
I want put print Icon In mypage that when users click on it they can print that page
How I can do it?
Thanks alot
Simply use
function Print() { window.print(); }
If you want to print whole page
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.