how to create 1 on 1 chat

Last post 05-13-2008, 11:11 AM by sstyskin. 2 replies.
Sort Posts: Previous Next
  •  05-09-2008, 1:06 PM 40254

    how to create 1 on 1 chat

       I'm working with a networking site where I have a list of users.
    I want to be able to click on user's name, and have a menu appear which will have an option to
    invite this users to 1 on 1 chat. What is the best way to implement this? Thanks.
    Filed under:
  •  05-12-2008, 3:38 AM 40305 in reply to 40254

    Re: how to create 1 on 1 chat

    sstyskin,
     
     
    There is a function Chat_OpenContact which allows you send users directly to the im_chatform.aspx page.
     
    For examples:
     
    <script src="CuteSoft_Client/CuteChat/IntegrationUtility.js.aspx"></script>

    Users
    <a href="#" onclick="Chat_OpenContact('IE')"><img src="CuteSoft_Client/CuteChat/Images/avatar.gif">UniqueName=IE</a>
    <br>
    <br>
    <a href="#" onclick="Chat_OpenContact('Netscape')"><img src="CuteSoft_Client/CuteChat/Images/avatar.gif">UniqueName=Netscape</a>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  05-13-2008, 11:11 AM 40356 in reply to 40305

    Re: how to create 1 on 1 chat

    Hi Adam , thanks for a reply, I tried to implement it, but it works in a messenger, not in a chat.
    I want to replicate functionality of the embedded chat, when you right click on a user, and there is an option
    "private chat", once you click that , the users gets an invitation for a private chat in a popup window.
    I want to do the same thing , but not from inside the embedded chat, but just by clicking on  a user in my page.
     
    Thanks.
View as RSS news feed in XML