Hi all
I am using javascript print function to print the page, It was working fine.
But in the print outsheet it prints the button["Print the page"].
Any possible way to hide this on print sheet
How to hide the "print button" on printing page
Moderator: General Moderators
Code: Select all
@media print
{
#PrintButton
{
display: none;
}
}
There are 10 types of people in this world, those who understand binary and those who don't