Example
#include <IE.au3>
Const $ie_new_in_tab=0x0800
$oIE = _IECreate("http://www.autoitscript.com")
$oIE.Navigate("http://www.autoitscript.com/forum/", $ie_new_in_tab)
$oIE.Quit
2 tab is opened. But I can not close the second tab? Instead turns off first..
I do not know good english..
Help me..