Dalton Conley
Dalton Conley

Reputation: 1615

web page print button and settings

I'm wondering if anyone has had any experience modifying print settings via a web page. My overall goal would be to setup a print button on a web page

<a href="javascript:window.print()">Print This Page</a> 

And at the same time modify the users print settings to print the page from a landscape view. Input on if this is even possibly, or other suggestions would be appreciated. Modifying the page layout isn't really an option. I thought about using a separate style sheet for the printing page but that doesn't help with what I'm actually printing.

Upvotes: 3

Views: 1088

Answers (1)

DVK
DVK

Reputation: 129403

For security reasons your JavaScript would not have have access to the print setup page.

Upvotes: 4

Related Questions