-
how to do Gmail chat like window in HTML (2 messages)
- Posted by: Krishna Prasad
- Posted on: November 30 2006 09:25 EST
Can any one tell me, how to show information if we hover on any link. Exactly like in GMail, left hand side, we see the chat window listing all the users. If we hover on any user, it shows the details along with controls to do some operations (mail, chat..) etc.,... This is very much required for a business application which I am working on. Please suggest me some code, if you are aware of. Thanks in advance! :)Threaded Messages (2)
- Re: how to do Gmail chat like window in HTML by Ruben Carvalho on December 01 2006 04:51 EST
- Re: how to do Gmail chat like window in HTML by Krishna Prasad on December 01 2006 07:34 EST
-
Re: how to do Gmail chat like window in HTML[ Go to top ]
- Posted by: Ruben Carvalho
- Posted on: December 01 2006 04:51 EST
- in response to Krishna Prasad
You can always use GWT (like Google did) :) Or another javascript toolkit like Dojo. Check: http://dojotoolkit.org/ The "See it in action" tab has a few examples. -
Re: how to do Gmail chat like window in HTML[ Go to top ]
- Posted by: Krishna Prasad
- Posted on: December 01 2006 07:34 EST
- in response to Ruben Carvalho
Its not possible for me to use GWT in our application. Can we do it in simple JavaScript or any other (without using DOJO, GWT, Backbase, Echo2 or some other AJAX frameworks)?