网页打印时去除页眉页脚(Removing Header&Footer when printing page)
we cannot remove the header and footer easily, it is controlled by the Windows Registry, and we can set it at the: FileàPage Setup (for IE)
And you can modify the following Windows Registry Key (Manually modify the Windows Registry is very dangerous)
HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\PageSetup\\header and footer
There is another way which is by the help of third-party control, if you have interesting in it, you can have a try:
1. By the help of a free third-party control ABC.PDF, you can save your page as a PDF file.
2. Print that PDF file; there will be no header and footer.
And you can modify the following Windows Registry Key (Manually modify the Windows Registry is very dangerous)
HKEY_CURRENT_USER\\Software\\Microsoft\\Internet Explorer\\PageSetup\\header and footer
There is another way which is by the help of third-party control, if you have interesting in it, you can have a try:
1. By the help of a free third-party control ABC.PDF, you can save your page as a PDF file.
2. Print that PDF file; there will be no header and footer.