Hi All #include <IE.au3> Dim $username = "aaa" Dim $password = "123456" $oIE = _IECreate ("http://www.abc.com",0,1,1,0) $o_login = _IEGetObjById ($oIE, "u") $o_password = _IEGetObjById ($oIE, "p") _IEFormElementSetValue ($o_login, $username) _IEFormElementSetValue ($o_password, $password) $oIE.document.parentwindow.execScript('void(0);') A:tired use follwoing to set value for password and username. but seems nothing work. _IEGetObjByname, B: I could not get the logo