Click here to Skip to main content
15,867,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to write a VB Script which will open a website using Internet Explorer and then click on each link on that web site. could you please help
Posted
Comments
Sandeep Mewara 30-May-12 13:57pm    
"VB Script which will open a website using Internet Explorer" - is fine and got it.

"then click on each link on that web site." - what do you mean by this?
taruna Kalra 31-May-12 23:01pm    
Imean to say that clicking on the links which are present on that web page

1 solution

Get the html and then just parse the hyperlinks out of it. Then open multiple web browsers, one on each link, if you want it to go the fastest. If not, then have a button on which it will advance to the next link that was in the original page. You can do that in any language.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900