Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Whether function can return number of links and their names in a web page
#1
Solved: 10 Years, 9 Months ago
Hi Friends,

Whether function can return number of Links and their names in a web page. I have tried but I am getting error as "Wrong number of arguments or invalid property assignment"

Here is my code:
Code:
n=abc()

msgbox n.count

Public function abc()

Set linkdesc=description.Create
       linkdesc("micclass").value="Link"
Set objlink=browser("g").Page("g").ChildObjects(linkdesc)

  abc=objlink

End Function

Can you please share your ideas
Reply


Messages In This Thread
Whether function can return number of links and their names in a web page - by kotaramamohana - 06-27-2012, 12:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Find the number of occurrences of each number present in a matrix. Kalai 2 3,373 03-30-2015, 11:28 PM
Last Post: gauravarora6611
  How to retrive the randomly number from the web page . ? njnirmal 10 8,096 10-08-2009, 11:50 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)