Re: Initiate chat programatically?

  •  11-11-2011, 6:29 AM

    Re: Initiate chat programatically?

    Hi pradman,
     
    You can use the code below to open the chat for the current user when he click on the link.
     
    <a href="#" onclick="Chat_OpenContact('David')">David</a> 
     
    Regards,
     
    Ken
View Complete Thread