Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I was trying to collect some real estate data from a website and found that I was unable to capture the source code using the usual techniques. For example,
my_url = "http://www.coloproperty.com/index.cfm?&Action=ShowFrameSet&GotoApp=Listings&Go toAction=DoAddressSearch&StreetName=Eisenhower&Cit y=61&ResultType=quickReport" With ie .Visible = True .Navigate my_url .Top = 50 .Left = 530 .Height = 400 .Width = 400 Do Until .ReadyState = 4 DoEvents Loop End With my_var = ie.document.body.innerhtml opens the desired web page but does not capture the source code. If I right-click the web page and select "View Source", I can see the source code I'd like to capture, but the variable contains just a few lines of something different. Any help on capturing the actual source code behind this web page would be much appreciated...TIA, Ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
getting the source code of a web page | Excel Programming | |||
CAPTURE INFO FROM PAGE TO PAGE | Excel Discussion (Misc queries) | |||
Capture the Source Address of copied data | Excel Programming | |||
Importing Web Page Source Code | Excel Programming | |||
Viewing source code when saved as web page | Excel Discussion (Misc queries) |