4
4
4upik2019-06-08 13:28:13
VBScript
4upik, 2019-06-08 13:28:13

How to open a url in a vbs file by opening how to execute a script to close the browser or by opening the browser hidden?

This vbs code works but opens the browser, and I would close it after execution, or open and close it hidden, the main thing is that it go through the url.

Set ie = WScript.CreateObject("InternetExplorer.Application")
 
'ie properties
ie.ToolBar = 1
ie.StatusBar = 0
ie.Width = 800
ie.Height = 600
ie.Visible = 1
Do While ie.Busy: Loop
'navigate to content filter page
ie.Navigate("url")

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question