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