Printing in IE. Don't want title or address.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know how to NOT have the page title and address printed on the
page as a default for the page. I know it might be possible to set up my
system like this through the options, but I have a site where I am printing a
certificate so I don't want anything other than my page content to print for
everyone. Any ideas.

Thank you!
 
Just remove the Header and Footer settings in File-Page Setup.
Keep a note of the settings for when you want to put them back.

....Alan
 
Thank you for your response, but as stated in the original question, I need
these settings to be the default for anyone who prints the page, no matter
what computer they are on. Locally yes, it's exactly as you stated, but I
need the page itself to initiate these settings so that if say, you go to my
site and print the certificate, the title and address will not show up when
you print it from your computer.
 
See these articles and the site mentioned for possible help:

How To Print Custom Headers and Footers for a WebBrowser Control
http://support.microsoft.com/default.aspx?scid=kb;en-us;267240

How to change print settings for Internet Explorer and the WebBrowser
control programmatically in Internet Explorer
http://support.microsoft.com/default.aspx?scid=kb;en-us;236777

How To Programmatically Change Printer Settings for Internet Explorer and
WebBrowser Control by Using Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;311280

How To Programmatically Change Printer Settings for Internet Explorer and
WebBrowser Control by Using Visual C# .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;313723

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnie55/html/beyondprintpreview.asp
 
Back
Top