Print a Page

  • Thread starter Thread starter Ed O'Brien
  • Start date Start date
E

Ed O'Brien

Does anyone have a script I can use to place a link on a page that will
print a page automatically in landscape when clicked on?

Thanks in advance for any help.

Ed
 
No such script
- you can't control the print mode programmatically

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Does anyone have a script I can use to place a link on a page that will
| print a page automatically in landscape when clicked on?
|
| Thanks in advance for any help.
|
| Ed
|
|
 
The CSS
{size:landscape | portrait | auto | inherit }

was introduced in CSS2, and dropped from CSS2.1 because there was
little or no support in browsers. You can add the code to the page, but
it will probably not work in current browsers (or future browsers since
it's been dropped from the spec.).
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/
http://www.rxs-enterprises.org/fp
 
CSS can't set the user printer to Landscape

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| > No such script
| > - you can't control the print mode programmatically
| >
|
| I think you can.
|
| http://www.w3schools.com/css/css_ref_print.asp
|
| Use CSS with one specifically for printing.
|
| www.richardfisher.com
|
 
Back
Top