akasha
12-04-2002, 11:34 AM
I am looking for a script that will set the default print orientation to landscape without the user having to set it each time it is printed.
|
Click to See Complete Forum and Search --> : Print page in landscape view akasha 12-04-2002, 11:34 AM I am looking for a script that will set the default print orientation to landscape without the user having to set it each time it is printed. Robert Wellock 12-04-2002, 12:14 PM You could alternatively try using CSS rather than JavaScript, however some browsers are weak at implementing the rules, for example: @page wide {size: landscape; margin: 1in;} webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |