chat/IntegrationUtility.js.aspx

Last post 04-02-2008, 10:44 PM by A-1 Technology. 4 replies.
Sort Posts: Previous Next
  •  03-12-2008, 1:25 PM 37890

    chat/IntegrationUtility.js.aspx

    I am attempting to run messagenger on a dating site like this.

    <script src="chat/IntegrationUtility.js.aspx"></script>

     

    <a href="#" onclick="Chat_OpenContact('USERNAMEHERE')"><img src="chat/Images/avatar.gif" />Chat</a>
     
    Correct me if I am wrong but when this link is clicked I figure it should open a chat with the user in the "USERNAMEHERE" link.
    Which should pop up a window on the clients computer and my computer right?
     
    What I am seeing is when I click the link it opens a window on my computer but not on the other computer and when I attempt to chat with the other user it tells me they are off-line.
     
    So ME>>>>>Click Link>>>>>Get Window>>>>>Attempt chat>>>>>>>User offline
    Other User>>>>>>No window shows up
     
    What am I missing here?
    Do I need to load some other script to insure the window loads on the other computer when it gets a chat request?
     
    Once I get this problem resolved that will lead to this question.
    Is there a way to pop up a window to ask if the other user wish to accept that chat?
     
    i.e.
     
    Lets say we have two users. One called "SADCPL" and the other called "HAPPYCPL"
     
    User "HAPPYCPL" wished to chat with "SADCPL" so they click the chat link
    <a href="#" onclick="Chat_OpenContact('SADCPL')"><img src="chat/Images/avatar.gif" />Chat</a>
     
    Which should open a window on "SADCPL"'s computer that says something like.
     
    "User : HAPPYCPL wishes to chat with you. Do you want to accept the chat? Yes or No"
     
    Then on "HAPPYCPL"'s chat window is should say it waiting to for the other user to respond to the request.
    Once "SADCPL" accepts the chat "HAPPYCPL" should be informed the other user has accepted.
    If "SADCPL" rejects the chat "HAPPYCPL" should be informed of the rejection and given an option to just close the window.
     
     
     
     
  •  03-12-2008, 1:48 PM 37892 in reply to 37890

    Re: chat/IntegrationUtility.js.aspx

    For web messenger, a user maintains his/her own contact list. If a user feels uncomfortable to chat with another user, she/he can block this user directly.
     
    For Cute Chat, we do have this confirmation window in the private chat feature.

    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

  •  03-12-2008, 2:28 PM 37894 in reply to 37892

    Re: chat/IntegrationUtility.js.aspx

    I understand. What about the other problem.
     
     
  •  04-02-2008, 10:33 PM 38587 in reply to 37894

    Re: chat/IntegrationUtility.js.aspx

    I also would love to see this feature, or something similar.  This is very similar to live support chat programs where an operator launches a chat window on the remote user's computer.
  •  04-02-2008, 10:44 PM 38588 in reply to 38587

    Re: chat/IntegrationUtility.js.aspx

    We Also need the same functionality for our site, We have used the same function Chat_OpenContact('loginname') , but in our case it doesn't open private window to chat, but opens whole of messenger.
    Can u tell whta problem u are facing on your side? 
View as RSS news feed in XML