I need to print a webpage. I use this javascript function to print it.
function myFunction() {
window.print();
}
I see html title and date at the top and the page url at the bottom. I don't want these to see on my print and tried to find a fix for that but no luck. Any advice is highly appreciated.