Hello all, I have been working with Autoit for the past few months now and have just started getting into the IE.au3 with manipulating a webpage I work with. I am having problems with the _IELoadWait giving an error at line 585 "WEnd" when waiting for frames on the page to load. I started to create my own script to wait for the page to load as shown below: If IsObj($frame) Then Do $complete = String($frame.document.readyState) $completestat = $frame.document.readystate Sle