Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unwanted HTML Print Header

Status
Not open for further replies.

110237

Vendor
Aug 15, 2000
7
0
0
US
Hi

Using an HTML file which is one page of a linked "Word" index (part of office 97), I get the rusult, when printing, "page 1 of 1", which is part of a header. I don't know how to get rid of the header. I am using the ending of shtml. Also using Win98SE.

Marv
 
the problem happens if u print in a page that is opened normally..

open a window using javascript:
window.open('URL','printques','width=780,height=500,scrollbars=yes,left=5,top=15')

now try printing from this page... (using the right click or a button)...

Known is handfull, Unknown is worldfull
 
Or try this:

From your browser's menu, select File - Page Setup (IE). You can customize the header and footer of your printed page in the Header and Footer section.

regards,
mansii
 
marv, are you trying to get rid of it on your copies or on the users copies, on yours follow mansii's advice. Otherwise, I'd assume that vbkris's solution should work, but you have to realize that is a cheap trick and a bad idea. The END USER SHOULD HAVE the choice of weather or not to have headers print.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top