Im making a conversation logger using AJAX to send it to a url, where its then inserted into a sql database. So far its all working perfectly i just need to figure out how to send the name & email of the contact to the server.
Somthing using the ChtWnd object i presume but i dont know where to start.
Somthing like this, if only it worked
code:
function OnEvent_ChatWndSendMessage(ChatWnd, Message){
Debug.Trace(ChatWnd.RecipientsName);
}
Ill try and do it myself and ill post my solution here if i work it out myself.
Any help appreciated!