View Single Post
Old 03-14-2013, 10:19 PM   PM User | #1
qing3000
New to the CF scene

 
Join Date: Mar 2013
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
qing3000 is an unknown quantity at this point
Html hidden fields?

Can someone explain why the source viewer in Google Chrome sees things differently from the element inspector? I am trying to parse a html page in Python but could not get the fields read in. I use

content= urllib2.urlopen(url).read()

to read in the html stream. But it is the same as the source viewer. It lacks the "£16.00" part, how strange!

Any help appreciated. I am new to the html world.

John
qing3000 is offline   Reply With Quote