Hi, I want to use _IELoadWait($oIE) to check for the ie window load is complete or not.But the window is already opened from outside autoit script.
so how to get reference to the opened window.? means what should be the value of $oIE.
if it is not already opened I think I could give $oIE = _IECreate ("www.autoitscript.com").In this case what to do.