473,761 Members | 7,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Removing IE headers and footers when printing a page

hello,

how can I remove IE headers and footers when I print a page?
I'd like to use a code to remove them, not thru the IE page setup.

s/RC
Jul 23 '05 #1
28 14054
On 1 Jun 2004 11:57:59 -0700, reneecccwest wrote:
how can I remove IE headers and footers when I print a page?
Do you actually mean ..
'how can I remove IE headers and footers
when my *visitors* print my page'?
I'd like to use a code to remove them, not thru the IE page setup.


Why?

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #2
I do not have any visitors and just wanna print out a page with a clean
format excluding IE headers and footers.


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 23 '05 #3
Hi,
Users should have the right to do anything to their browser environment.
If they want the headers and footer, it's their choice.
You can advise (and force)them on how to change the options.

Kien
re**********@ho tmail.com (reneecccwest) wrote in message news:<c1******* *************** ****@posting.go ogle.com>...
hello,

how can I remove IE headers and footers when I print a page?
I'd like to use a code to remove them, not thru the IE page setup.

s/RC

Jul 23 '05 #4
On 01 Jun 2004 22:26:39 GMT, reneeccc west wrote:
I do not have any visitors and just wanna print out a page with a clean
format excluding IE headers and footers.


So turn off your damn IE header/footer
settings and get on with your life.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #5
Andrew Thompson wrote:
So turn off your damn IE header/footer
settings and get on with your life.


Must you be so rude?
His question is perfectly valid, and solveable. I don't have the solution
with me at the moment, but I've seen it and used it and it did the job.
There's no need to be hostile and rude about it.

--
Matt Kruse
Javascript Toolbox: http://www.mattkruse.com/javascript/
Jul 23 '05 #6
On Wed, 2 Jun 2004 00:49:37 -0500, Matt Kruse wrote:
Andrew Thompson wrote:
So turn off your damn IE header/footer
settings and get on with your life.


Must you be so rude?


I think the text is quite clear,
(shrugs) take it as you will..
His question is perfectly valid,
(So we can toss the obvious
solution out the window..?)
..and solveable.


So give him his answer and
stop wasting bandwidth.

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #7
Mr. Thompson, looking for a job?
Anyway, that was exactly what I wanted to tell you. (wasting..wasti ng..)
I do not think you understand my question or just wanna be a dork around
here.
wella, Mr. Thompson, ignore the below sentence, ok?

I am still trying to find a solution W/O removing headers and footers
default setting on IE. If i remember correctly, It might be possible to
use CSS or javascript, but cannot find objects to create it.
thanks again,
s/RC

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 23 '05 #8
On 02 Jun 2004 15:26:33 GMT, reneeccc west wrote:
Mr. Thompson, looking for a job?


Who would be 'looking for a job'
at the rates you are offering?

Do you mistakenly think this
is your 24/7 help-line?

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #9
True, but it is kinda annoying since I wanted to have IE headers N
footers when I visit other web sites to print some pages.
So if I add a code on the template for my web page, then it will be
greatly convenient. (I do not have to remove and copy/paste contents on
IE H/F setting constantly.)

s/RC

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 23 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2349
by: Jason | last post by:
I would like to include an html table as my header and footer. Does any one know how to use html as the header/footer? For example, every page would have the following header/footer: My Company A Graphic A Variable The DATE I figured one way to do this would be to use a com object using the following functions
2
6217
by: Rupe | last post by:
Hi CSS gurus! I have an embarassing problem. I am a php programmer and I try to expound the advantages of css on the php newsgroups. However, after telling someone that they should use css to solve their problem, I am having trouble coming up with the goods! + I would like to know the answer too.
1
2573
by: Kenneth | last post by:
Hi, In IE6 you can configure output to the printer getting a clean printout only with content, but without headers and footers. You remove the Header and Footer content from the Page Setup. But when you've done that, you have to know how to get those values back unless you've saved them somewhere for later retrieval. What I need is a way to programmatically print out a page on a printer with only the content and that the next time the user...
1
2633
by: Dan Sikorsky | last post by:
Under the File menu, Page Setup item in the IE is a way to setup the Page headers and footers the show when you print a page in the browser. How can we set those programmatically in a webform? -- Thank you kindly, Dan Sikorsky BAB, BScE, MSC
7
6872
by: Robert Adkison | last post by:
I need to print a web page. It is my preference that my users just do a File/Print from explorer. That way my users will get the print dialog that will allow them to select the fax printer. The only problem with doing this is that a header (name of the page and Page x of x) and footer (actual page filename the date) are included. I am proficient with using Crystal Reports v10 (developers version) which will create a PDF file for you to...
1
3604
by: Jim | last post by:
This should be easy, but I have not found much that makes sense. My application creates a document, of indeterminate length, and prints the document. I am printing from a saved document in RTF format or directly from a RichTextBox. I need to add a footer to the document that displays the page count. Counting the pages is not a big deal but the footer is driving me crazy. My reasearch only has gotten me bits and pieces of information,...
3
1960
by: Dessip | last post by:
Hey, this is probbly a really simple answer, but im useing ASP.NET V1.1 and im trying to create a dynamic header, but a static footer. But i dont want to use place holders. thou its probbly the best way. What i am doing is useing Response.write, so heres a example Function.vb --------------------------------------------------------------------------- ---------------
1
1429
by: Joao | last post by:
Hello, I have a webpage in my intranet where users can get and print reports. I need a way to supress the header and footer that IE puts when you print a page. This must happen without the users action. It must be automatically. Thanks
0
1642
by: steve | last post by:
I am looking for a way to create dynamic headers and footers in a web form. There are .Net PDF products that convert web form content into PDF format and insert dynamic headers/footers. I'm just wondering if there is a similar way of accomplishing this in a web form by inserting a CSS page break. Is there a way to roughly limit each printed page to 7.0 ~ 7.5 inches of content?
0
9531
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9345
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10115
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9957
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9905
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9775
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8780
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5373
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3881
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.