I am trying to create a drop down menu of websites that brings up the selected website in a GUI window. For this I am using _IENavigate and it works for all the websites except a few and I am at a loss why not.
This does not work: _IENaviagate($oIE, "https://text4baby.org/") The message I get is "This program cannot display the webpage"
But this does work: Local $oIE = _IECreate("https://text4baby.org/")
I do not want to open the IE browser to display the web site. I want it to open in a GUI window and the majority of the web sites I have do work just like I want them to. There are just a few that do not and I do not know why.
I've looked through this forum at other similar postings and the response I've seen is if it can be opened in IE it can be opened by using _IENavigate.
What am I missing or not understanding?
Thanx in advance for any suggestions.