Couple of things you can try..

1. If you have control of the browsers being used, there may be a setting to 
turn off the address printing (I seem to remember something like that.. but 
don't remember what browser it was).

2. CSS2 has some print control functionality that might help

3. (more PHP relevant answer) Why not create PDFs out of your invoices and 
initiate a print of that instead of a web page?  Check out the stock PDF 
functions or libraries like FPDF and PDFLib.

Good luck!

-TG

= = = Original message = = =

Hi

I am working on a project that creates invoices.  It will allow the 
client to print out these invoices after they have been created.

Something that I have always noticed is that when you print form the 
internet you always get the site address and other info on the print out.

Is there a way to eliminate this?  I just want the invoice to print.

Thanks


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to