views:

94

answers:

1

I would like to at least display items from the email inbox. (Similar to the new Yahoo homepage)

Is this possible without server-side? How does Yahoo do it?

Any client-side solutions would be helpful.

Thanks!

A: 

You have to use AJAX for this functionality.

Also there must be a server side language.

rahul
That's right. The server must at least provide an API so you can send specific commands to the server and receive what you need. If there is none, I'm afraid it is not possible (or at least extremely difficult and error prone)
Mike