View Single Post
  #1 (permalink)  
Old 11-20-2009, 08:15 PM
ColinJD ColinJD is offline
Member
 
Join Date: May 2009
Posts: 38
Default How to get jscript generated Text

Hi,
I'm trying to get some text from a webpage, I'm unsure how this text is generated whether by javascript or HTML5 or some other way.
Example of the text is at
http://www.harcourts.co.nz|notThisTe...?sort=openhome and can be found after clicking the View Open Home Dates link.
Typical the <div> containing the text holds the value "Loading..." but on clicking the data I want appears.
The rest of the data on the page I'm extracting via the ViewSource->Notepad->Clipboard->Variable approach.
{ yes I can get the data via visiting the detail, page, but I'd rather not }
Thanks
Reply With Quote