Internet Explorer
Internet Explorer
- Subject: Internet Explorer
- From: John Haley <email@hidden>
- Date: Tue, 6 Nov 2001 11:42:32 -0600
How do you have Explorer print the frontmost window?
I've tried:
tell application "Internet Explorer"
print
end tell
or print window 1
or print frontmost window
with and without activate before the print line
they all come back with --> Internet Explorer got an error: Can't
make some data into the expected type. (Just so ya'll know I did try)
Also, is it possible to have it print with out user intervention?