Second interesting example, showing how to wait for full page load (with all frames): #include <ie.au3> #include <Timers.au3> _IEErrorHandlerRegister(_User_ErrFunc) _Example() Func _Example() ;~ http://www.aaronpeters.nl/blog/iframe-loading-techniques-performance?%3E ;~ Local $oIE = _IECreate('http://www.aaronpeters.nl/blog/testpages/iframe-dynamic-after-onload.htm', 0, 1, 0) ;~ Local $oIE = _IECreate('http://www.