Posted by Benjamin on 03/02/07 03:00
On Mar 1, 3:26 pm, yoko <n...@na.ca> wrote:
> If you go here
>
> http://co.mments.com/
>
> Enter the following url to trackhttp://torrentfreak.com/interview-with-bram-cohen-the-inventor-of-bit...
>
> Click track
>
> Now you will see it added to the page. How do they strip the page to display
> it like that
It's actually done with JavaScript using a technology called AJAX
(Asynchronous JavaScript and XML). This allows JavaScript to fetch a
page from the server and display the contents on the page you see. The
comp.lang.javascript group is great for JavaScript questions.
>
> Please let me know if there are any examples out there or already done php
> code to do this
There are tons. Run a Google search for AJAX examples.
>
> Thanks..
[Back to original message]
|