Call window.print... this will show the browser's print dialog box and you can set the landscape mode that way.<br>
<br>
For example:<br>
<br>
<script language="VBScript"><br>
Sub PrintIt()<br>
window.print<br>
End Sub<br>
</script><br>
<br>
<input type=button value="print" onclick="PrintIt()">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.