Re: Internet Explorer
Re: Internet Explorer
- Subject: Re: Internet Explorer
- From: Bill White <email@hidden>
- Date: Tue, 06 Nov 2001 12:57:33 -0500
>
How do you have Explorer print the frontmost window?
Try this to print the frontmost window:
tell application "Internet Explorer" to PrintBrowserWindow
You can add an integer, "PrintBrowserWindow 3" for example, to print a
different window.
Hope this helps.
Bill