views:

10

answers:

0

Hi,

I need to implement a web pages that will contain 2 parts. The right and the left. The right part (frame) will request data from a web service and will show the result.

The left part however is event driven. Let's say that we I have register for an event (eg a weather condition). The left part will change according to this event.

What is the best way to implement an issue like that? Is there any book or resource?