Click to See Complete Forum and Search --> : Problem with Printing HTML pages
egorig
09-22-2007, 01:56 PM
Hi ,
I've tried to print some html pages, but i figured out that some additional information were added on the page. I mean - the url of the page and the page number. Is it possible to stop them displaying ? It's very important !
coppocks
09-22-2007, 03:46 PM
In MSIE, select "Page Setup" from the print options and remove "&w&bPage &p of &P" from the header/footer field(s) and your page should print without that.
In Firefox, select "Page Setup" from the print options and adjust the header and footer select menus as desired.
egorig
09-23-2007, 05:52 AM
That's an option , but i want to disable the header/footer with some javascript code or php code. It is possible ?
coppocks
09-23-2007, 08:59 AM
No. The browser adds that on, not the web page. That being said, it would be security havoc if I could disable browser features from a web page with JavaScript or PHP.
egorig
09-23-2007, 10:26 AM
Thank you very much ! :)