hi
when I open the file.html by MyShell = CreateObject("WScript.Shell")
I need also to enable the "allow blocked content"
my question is
if it possible to do the "allow blocked content" by VB script after VB opened the html page?
Lidia
hi
when I open the file.html by MyShell = CreateObject("WScript.Shell")
I need also to enable the "allow blocked content"
my question is
if it possible to do the "allow blocked content" by VB script after VB opened the html page?
Lidia
Nope, that's not possible for security reasons IE considers, that is something there with the browser (IE), you can not enable it programmatically.