faqts : Computers : Programming : Languages : JavaScript : Event handling

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

3 of 6 people (50%) answered Yes
Recently 3 of 6 people (50%) answered Yes

Entry

How can I prevent an html page from being printed by a browser?

May 15th, 2005 02:36
Seth Riedel, Rich Schumaker, Seth


Put this code into the head of your document to print out a different page: 

<link rel=alternate media=print href="printversion.doc">