[已解决]Autoit无法在IE自动填写用户名
本帖最后由 bin123485 于 2014-6-8 19:26 编辑写了短代码自动输入用户名,在115和百度都成功了,但是在中国教师教育网试了不行。
网址:http://2014gdzj.fxl.teacheredu.cn/Main/index.aspx
#include <IE.au3>
$oIE = _IECreate ("http://2014gdzj.fxl.teacheredu.cn/Main/index.aspx",0,0,1,0)
$oForm = _IEFormGetObjByName ($oIE, "form1")
$oQuery1 = _IEFormElementGetObjByName ($oForm, "username")
_IEFormElementSetValue ($oQuery1, "1111")
它在一个iframe里面,需要跨域处理
页:
[1]