Hello.
It is possible to get working script only in his IE browser window? That is, when script using function _IEAttach("", 'instance', 2) to select specific tab, he will not be joining to the another running browser windows/tabs, except tabs in his window.
Something like this?
$hwnd = 0x00080310 $oie = _Ieattach($hwnd, 'instance', 2); $hwnd = hwnd parameter of specific ie window, instance = tab, 2 = tab number
can anyone help find a similar solution?
Sorry for my noobz english.