Quote Originally Posted by PeejAvery View Post
That's because it's using AJAX. Your computer is sending a request for data. Then, JavaScript updates the HTML contents. However, the page's source is not changed.
Ok.

But is there a way underneath programatically to get at this new data as it must be there for when i then click on subsequent links that are only in the new page?

I am using the document object model I say retrieve the body page element after each download but its still just the first page?

Thanks.