chpicker
Programmer
- Apr 10, 2001
- 1,316
How would I go about retrieving the source HTML code from an IE object? For example, take the following code:
What property of the IE object do I need to access to read the source HTML? (Ignore the fact that the code would execute far too fast...pretend I'm typing this in at the command line.)
Code:
oIE=CreateObject("InternetExplorer.Application")
oIE.Navigate("[URL unfurl="true"]http://www.google.com")[/URL]
cSourceHTML=oIE.?????