如何设置这个checkbox的值?
HTML源码:<td><input type="checkbox" name="enabled" id="enabled" > YES</td>偶想把一个名为enabled的checkbox值设置为1,但是下面的代码不行。哪位大虾知道该怎么写?谢谢!
#include <IE.au3>
$IE=_IECreate("http://192.168.0.1/maintenance.asp")
$name=_IEFormGetObjByName($IE,"auto_upgrade_form")
$get=_IEFormElementCheckBoxSelect($name,"","enabled",1,"byValue") ;看帮助文档写的 传送门 http://hi.baidu.com/iokey/blog/item/7135fdc36c601c57b319a833.html
走你
相信你4篇看完 就会用ie的udf了
页:
[1]