tell application "Internet Explorer"
PrintBrowserWindow
end tell
When I execute this script above, I get the print dialog. Is there anyway I can supress this dialog so it just prints, or so it automatically selects print from the dialog?
Thanks,
Reid
I don’t have the same problem when I run it. Which version of IE are you using and what kind of print setup do you have?
–tet
I am running IE 5.1 on OS X. The same script in OS 9 printed without the dialog. I am not sure about the print setup question. The dialog I am getting is from IE though, so it probably doesn’t matter?
Some times helps activating IE before send “PrintBrowserWindow” command…