-
How to count the no of web links in a web page?
How to count the no of web links in a web page?I used the following script but i am getting zero as output.plz help me out.Dim objlinksystemutil.Run"iexplore.exe","www.yahoo.com"Set objlink=description.Createobjlink("micclass").value="webLink"Set i=desktop.ChildObjects(objlink)msgbox i.countthanks in advance
-
-