Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
you might have used facebook, or Orkut. There is a pop up for a chat session. How could you implement it?
Posted
Updated 4-Feb-11 4:34am
v3

I'm not sure where your issues are so I just give you my 2cts:

  1. To achive the effect of a system tray where the chat status is displayed I'd use the tips on this page in order to glue a HTML container to a fixed screen position: http://www.howtocreate.co.uk/fixedPosition.html[^]
  2. On the page I'd regularily poll the chat server via AJAX if there are any chat requests for the logged in user
  3. The chat server is something different all together and would really inflate this answer tremendously


Best Regards,
Manfred
 
Share this answer
 
v2
By asking on those sites.

That will be your best source for information since by definition everyone there is a user. Not everyone here is.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900