What I'm trying to accomplish here is to create an autologin. Attachment includes the pic of element insp I got from firefox. Here's my code: Func BB() If WinExists("BB - Windows Internet Explorer", "") Then WinActivate("BB - Windows Internet Explorer") winactive("BB - Windows Internet Explorer") BB2() Else Global $oIE = _IECreate ("http://192.168.100.5/Site_SMS/SF_User_Login/User_Login_Frameset.html") BB2() EndIf EndFunc Func BB2() Local $oQuery1 = _IEGetObjByName ($oIE, "fldUserName") L