How to bypass a SSL cerificate programmactiall y (automatically so a user does not need to know how to do it) when open a secure URL? For example when opening a secure URL, a SSL security certificate pops up.
Here is my code:
Dim strURL
strURL = "https://..."
Set oIE = CreateObject("I nternetExplorer .Application")
oIE.Visible = True
oIE.Navigate(st rURL)...
User Profile
Collapse
-
how to write a vbscript to open and read a web page?
Hi, I need some help to write a vbscript to open and read a web page. Many thanks. -
synch to network server time
Hi, how do I write a vbscript to sync a time on a local machine to its network server time? Thanks. TM
No activity results to display
Show More