But how do I get the elements in php? If I use xmlhttprequest, it means that I have to use php to read my other pages and retrieve the elements. Is there functions in php to do that?
Also, if I use iframe, I assign the url of my sub page into the iframe's src, then traverse the iframe's page. But the problem seems that the page isn't loaded yet and there is no document object of the iframe. So I can't traverse anything. How to get around that?
Quote:
|
Originally Posted by hemebond
Using the xmlHttpRequest object.
|