Posted by Ben C on 02/21/07 18:52
On 2007-02-21, rabbro <rabbro@gmail.com> wrote:
> Hello
>
> (1) I want to make a webpage that goes to another page (eg.
> myspace.com) and fetch certain information from that page, (eg. for
> Myspace, the name, location etc.) and then have it display on my
> webpage in a table, say.
>
> (2) I also want to be able to collect RSS feeds and put them out on
> the page as well.
>
> How could I do this?
It sounds like a job for XMLHttpRequest (which is the "X" in "AJAX").
[Back to original message]
|