DownloadComplete macro Sheduler

General Macro Scheduler discussion

Moderators: JRL, Dorian (MJT support)

Post Reply
Gustavers

DownloadComplete macro Sheduler

Post by Gustavers » Mon Jan 24, 2005 9:01 pm

May I do a macro that send a mesage wend a page is complet downloaded in IE?

How I can use the IE command DownloadComplete in a macro?

Thanks.

User avatar
Captive
Macro Veteran
Posts: 213
Joined: Sun Oct 20, 2002 8:37 pm
Location: Colorado, USA

Post by Captive » Mon Jan 24, 2005 9:36 pm

This forum contains many examples how to use VBScript to wait until a page is completely loaded.

One recent example is at: http://www.mjtnet.com/usergroup/viewtopic.php?t=1595
(Note the "do while IE.Busy" line).

If you call such a routine using the "VBRun>" command, it will not proceed until the page is loaded in IE (or it timesout and IE is no longer busy).

User avatar
Bob Hansen
Automation Wizard
Posts: 2475
Joined: Tue Sep 24, 2002 3:47 am
Location: Salem, New Hampshire, US
Contact:

Post by Bob Hansen » Mon Jan 24, 2005 9:41 pm

You could probably use WaitWindowOpen> or FindWindowWithText> and then use Message> or SMTPSendMail> depending on what type of message you want to send.
Hope this was helpful..................good luck,
Bob
A humble man and PROUD of it!

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts