Printing Question

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

Guest

Hi Please forgive this basic question, as I am not a coder.
I need to know how to Print an ASP web page in an application that has a
printer button in the application not the browsers print button, however I
don't want the URL printed on the page and I don't want the date printed.

Is this setting on the IIS Server if so where?
or
Is it in the code someplace?

Thanks
JB
 
That would be up to the program that hosts the print button and does the
printing, such as a web browser. Usually you set that kind of stuff up in
the application preferences. IIS has nothing to do with it.
 
Then how do you disable printing it in the asp page that is called to invoke
the print job?
One other note running this app from a workstation with personal web host on
XP and pressing print does not have the url print at the bottom of the page.
But when I run it from a IIS Server on Small Business Server 2003 the url
prints on the bottom?
 
Back
Top