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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you remove page headers when using myprint()? 1

Status
Not open for further replies.

squirleegirl

Programmer
Jun 24, 2003
59
0
0
US
I'm using the following function in an asp webpage. When the user hits the print button on the menu bar in a frame, it prints the contents of the other frame. My question is how do you remove the page headers? As of now, it prints the number of pages, the date, and the file location. I don't want it to print any of it.

function myprint() {
window.parent.main.focus();
print();
}

Thanks
 
Thanks! As you can tell, I'm not a web developer, but I sure wish I would've paid better attention in that ASP class I took =-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top