Hi!
I'm using vbscript to create an IE object to automate some tasks.
I wonder if it is possible to get the HTML code form a window which pops up from the oIE when the script clicked in a link on it.
Thanks
I'm using vbscript to create an IE object to automate some tasks.
I wonder if it is possible to get the HTML code form a window which pops up from the oIE when the script clicked in a link on it.
Code:
Dim oIE, url
Set oIE = CreateObject("InternetExplorer.Application")
[...]