不能点击连接(或者按钮,不确定是什么)
本帖最后由 ak47gglllk 于 2014-2-17 10:38 编辑不能点击连接(或者按钮,不确定是什么)登录到路由器里面,想点击里面的连接,试了很多方法,都不行。求帮助#include<ie.au3>
$oie = _IECreate("192.168.1.3")
_IELoadWait($oie)
$yhm = _IEGetObjById($oie, "txt_usr_name")
$yhm.value = "admin"
$mm = _IEGetObjById($oie, "txt_password")
$mm.value = "admin"
$dl = _IEGetObjById($oie, "btn_logon")
$dl.click
$xtgj = "系统工具"
$olinks = _IELinkGetCollection($oie)
For $olink In $olinks
$slinktst = _IEPropertyGet($olink, "innerText")
If StringInStr($slinktst, $xtgj) Then
_ieaction($olink, "click")
ExitLoop
EndIf
Next
求助呀,求助呀,各位大神些帮帮忙哇 那个是在frame里吧? 求教 什么是frame纯新手,完全不懂 要去了解HTML的知识 回复 5# wilask
具体是那一块呢。完全没有头绪呢。要从那一方面着手去学呢? 回复 6# ak47gglllk
在W3Cchool了解一下就可以了;
http://www.w3school.com.cn/html/index.asp
页:
[1]