|
 |
asp_cdo thread: print
Message #1 by arshad siddiqui <ash_arshad@y...> on Sat, 24 Nov 2001 21:56:39 -0800 (PST)
|
|
Hi there
can any one tell me how to make a button so that on
clicking it,printing starts in landscape format.
Thanx
--Arshad--
__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
Message #2 by "Dan Temby" <daniel.temby@c...> on Tue, 27 Nov 2001 06:25:14
|
|
I would imagine this would best be done in Javascript, then the landscape
settings would need to be addressed in your printers control dialogue.
try adding onClick="window.print()" as an attirbute to your button.
|
|
 |