lazukars 0 Posted September 30, 2007 I just want to close an IE window and want to make sure that it is done in the most efficient way. Any help would be appreciated. Sincerely, Ryan Share this post Link to post Share on other sites
jvanegmond 307 Posted September 30, 2007 (edited) WinClose. Unless you made the window using Internet Explorer COM. Use $oIE.quit instead. Edited September 30, 2007 by Manadar github.com/jvanegmond Share this post Link to post Share on other sites
PsaltyDS 41 Posted September 30, 2007 WinClose.Unless you made the window using Internet Explorer COM. Use $oIE.quit instead.Or _IEQuit($oIE) if you were using the IE.au3 UDF. These both close by the IE object. WinClose() could use the title or handle of the window.Match the technique used to what you know about the instance of IE you are closing. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites