CoolTuts
Free Tutorials
Pages
Home
ASP Videos
ASP Articles
Thursday, September 2, 2010
Script to count the submit Buttons in Google page
Set obj = Description.Create()
obj("html tag").value = "INPUT"
obj("micclass").value = "WebButton"
obj("type").value = "submit"
Set webobj = Browser("name:=Google").Page("title:=Google").ChildObjects(obj)
msgbox(webobj.count)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment