Print a page without windows header and footer?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Print a page without windows header and footer?

Post by Coco »

Ok i know your opening this thinking its going to be a stupid easy question
well it is (i expect)

I know how to print a page automatically, i know how to format the page so it prints nicely, but how do i stop it from printing the page numbers at the top and the URL at the bottom of the page? everyone that will use this page uses windows and IE 5+

Im trying to print out invoices, so obviously having this isnt exactly professional looking :?
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

According to http://www.experts-exchange.com/Web/Web ... 74370.html I guess you cant...

But check webwomans post under the accepted answer... There might be something interesting about the ActiveX usage...
Coco
Forum Contributor
Posts: 339
Joined: Sat Sep 07, 2002 5:28 am
Location: Leeds, UK
Contact:

Post by Coco »

I actually found the answer in the unexpected place... my sister (who knows not a lot)

The header and footer can be removed from all web pages by going to file/page setup/ and remove the header and footer from there (write it down tho ;) )
Tho this affects all webpages the comp will ever visit, its a simple enough solution to instruct future users to use :)
Post Reply