Quantcast
Channel: VBForums - ASP, VB Script
Viewing all articles
Browse latest Browse all 686

oIE = CreateObject("InternetExplorer.Application") - Getting the html code

$
0
0
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.

Code:

Dim oIE, url

Set oIE = CreateObject("InternetExplorer.Application")
[...]

Thanks

Viewing all articles
Browse latest Browse all 686

Trending Articles