olisemalis
MIS
Hello again,
Is there any way of using WScript.CreateObject method in a vbscript inside an HTML page? The goal is to control IE events of an opened window.
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
Thank you
Is there any way of using WScript.CreateObject method in a vbscript inside an HTML page? The goal is to control IE events of an opened window.
Set objExplorer = WScript.CreateObject _
("InternetExplorer.Application", "IE_")
Thank you