Thanks
so not a solution beacause I have to support NS
but a good explanation
Thanks
-----Ursprungliche Nachricht-----
Von: Imar Spaanjaars [mailto:Imar@S...]
Gesendet: Samstag, 7. April 2001 16:42
An: HTML Code Clinic
Betreff: [html_code_clinic] Re: IE Print (javascript)
Hi there,
I don't think you can do that using plain ol' JavaScript. After all, you
are just calling up the print dialog of the browser. Using only VBScript
you may have better chances since IE can be programmed against. Not sure
if this is still possible from within IE, but it can be done using script
from a vbs or a wsh file.
However, this solution is not very cross-browser, since only IE
understands VBScript natively.
Imar
> Hello
>
> Can some please tell me if I can predifine the settings within the print
> dialog
> Would always like to print landscape:
>
> But the browser each time I call
>
> <a href="javascript:window.print() ...
>
> hast portrait as default
>
> Thanks David
$subst('Email.Unsub')