Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to change PAGE SETUP properties on page load

Status
Not open for further replies.

present2002

Programmer
Jul 5, 2002
9
US
Hello Everybody,

Is there any way to change the page setup properties (from Potrait to LandScape) when My Page Loads, without having the user to change these properties?

I want to set the following conditions, when my page loads:

Landscape
leftMargin = 0.25;
topMargin = 0.25;
rightMargin = 0.25;
bottomMargin = 0.25;

Thanks.
 
You can't change someone's printer settings from the browser. This is all handled through the operating system, which even the browser can't affect. As well, if this kind of thing WERE possible, can you imagine what someone who was a bit perverse could do to YOUR printer without you knowing about it when you visited their web page?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top