想请问一个关于IE的问题!如果我的系统默认浏览器是遨游,TT或者其他。那么如果我想用IE打开网页,并且要得到跟使用_IECreate 所得到的指向InternetExplorer.Application对象的对象变量一样~并且能填写用户明跟密码的~那应该怎样做好呢~~
本人代码是:
#include <IE.au3>
ShellExecute ("iexplore.exe","http://www.autoitx.com","","")
$oIE=_IEAttach("autoit","WindowTitle")
$Form1 = _IEFormGetObjByName($oIE, "WebForm1")
$oQuery = _IEFormElementGetObjByName($Form1, "TextBox1")
_IEFormElementSetValue($oQuery, $name)
$oQuery = _IEFormElementGetObjByName($Form1, "TextBox2")
_IEFormElementSetValue($oQuery, password)
在XP上运行有时候可以,有时候又不行的。而在Vista上就总是不行~
希望有高人指点~~万分感谢~~~~
PS:网址可以是其他~~~~~~
[ 本帖最后由 clj14 于 2008-10-21 22:48 编辑 ] |