I have a very simple function I am using to print the current web page.
Here is my code
I would like to be able to configure the print properties to use landscape mode. Is this possible? and if so can anyone point me to any sample code for this?
Thanks,
Mark
Here is my code
Code:
<script language="JavaScript">
function prt(){
window.print()
}
</script>
I would like to be able to configure the print properties to use landscape mode. Is this possible? and if so can anyone point me to any sample code for this?
Thanks,
Mark