Home computickets Open page in the browser and follow the link

Open page in the browser and follow the link

Author

Date

Category

You need to open the browser, go to a specific page (www.site.com), then find a specific link (www.site.com/*link.html) and go to the link from the site page.

Tell me, please, is it possible to implement this via vbscript? Suitable any options.


Answer 1, Authority 100%

Open the browser and go to the link like this:

dim objshell
SET OBJSHELL = CREATEOBJECT ("SHELL.APPLICATION")
iURL = "www.google.com"
Call Objshell.Shellexecute ("C: \ Program Files (x86) \ Google \ Chrome \ Application \ Chrome.exe", IURL, "", "", 1)

Pre-can you download the page and find the link you need.

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions