views:

26

answers:

0

I'm looking to display multiple web projects (in this case a standalone ajax webmail client, and a standalone ajax webchat client). In the same browser window...

I would like the objects to be able to overlay one another (like the way google talk messages appear over gmail).

What direction should I consider going in? I'm thinking of using YUI3 (yahoo interface library) to manage multiple virtual windows (maybe as iframes)... but I'm at a loss as to if this is a good idea, and what other options might be out there.

Thanks for your help,

-Eric