Hi, I'm trying to detect whether IE is done loading a page. The best I can think of is to watch for the Status line to indicate "Done" with GetRectCheckSum>. My problem is, I can't get the function to work. The following snippet...
Let>cs=0
GetRectCheckSum>510,233,515,238,cs
if>cs=0,Nope
MessageModal>%cs%
GoTo>END
Label>Nope
MessageModal>Nope
Label>END
Always returns Nope, though I'd hoped it would tell me the checksum for the rectangle. I must be doing somthing dumb? Please help!
Thanks,
Crosby
Please Help - How to detect that IE is done loading a page?
Moderators: Dorian (MJT support), JRL
Hi,
This question comes up time and again. Hence the examples. For IE use VBScript and IE's Busy property. An example is at:
http://www.mjtnet.com/scripts.hts?display+77
This question comes up time and again. Hence the examples. For IE use VBScript and IE's Busy property. An example is at:
http://www.mjtnet.com/scripts.hts?display+77
MJT Net Support
[email protected]
[email protected]