Print the Document in White & Black

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vinoth
Forum Contributor
Posts: 113
Joined: Thu Aug 02, 2007 3:08 am
Location: India
Contact:

Print the Document in White & Black

Post by vinoth »

Hi all,

I am print the document using javascript Print() function..

It is any possible way to print the Colour document in White & black..

Please Provide Suggestions to achieve this
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

There is no control given beyond asking their computer to print if it supports Javascript.
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Post by jeffery »

If its just html, then provide a seperate style sheet for print media
vinoth
Forum Contributor
Posts: 113
Joined: Thu Aug 02, 2007 3:08 am
Location: India
Contact:

Post by vinoth »

Where I write a seperate css
& how I incorporate..

Please Explain in detail
jeffery
Forum Contributor
Posts: 105
Joined: Mon Apr 03, 2006 3:13 am
Location: Melbourne, Australia
Contact:

Post by jeffery »

vinoth wrote:Where I write a seperate css
& how I incorporate..

Please Explain in detail
http://meyerweb.com/eric/articles/webrev/200001.html
Post Reply