Re: [PHP-WIN] Re:Subject: printing (might be OT)

2003-01-24 Thread Miha Nedok
EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re:Subject: printing (might be OT) > > Sure Bobo - you can use Javascript to avoid the need to store your print > file , together with CSS to format the page as you like. > > Javascript : onclick="window.print()&qu

[PHP-WIN] Re:Subject: printing (might be OT)

2003-01-23 Thread Neil Smith
Sure Bobo - you can use Javascript to avoid the need to store your print file , together with CSS to format the page as you like. Javascript : onclick="window.print()" That will print the window (or offer a print dialog) in IE, NN4, Nav6, Moz, Opera etc etc. For print formatting in CSS look