I had asked a question about how to control an instance of internet explorer (see ) and I was wondering how events could be triggered from that same object, as would be done by the "ie_" in:
Thanks
Code:
set ie=WScript.createobject("internetexplorer.application","ie_")
Thanks