I am trying to track status change on a IE "select " element. when i try something like: While 1 $oIE=_IEAttach($atachadres,"url") If $oIE<>0 Then ExitLoop Sleep(10000) WEnd $status = _IEGetObjById ($oIE, "status_change") ;~ MsgBox(0,"",$status.innertext) $asd = $status.attachEvent("onchange", "testing") I get "The requested action with this object has failed." error . "testing" is the name of the function i have. Tried replacing "testing" with testing() but still doe