futrueface

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Set glht= Browser("管理后台").Page("管理后台")

Set Mydescription = description.Create()
Mydescription("html tag").Value = "INPUT"
Mydescription("type").Value = "checkbox"
Set Checkboxes = glht.ChildObjects(Mydescription)
NoOfChildObjs = Checkboxes.Count
For Counter=0to NoOfChildObjs-1
    Checkboxes(Counter).Set "ON"
Next

posted on 2014-11-26 15:28  futrueface  阅读(360)  评论(0编辑  收藏  举报