O.P. ChatWnd.SendMessage and MessegerOpenChat Problens
E.g:
var Greetings = 'Hail!';
function OnEvent_ContactSignin(Email){
Messenger.OpenChat(Email).SendMessage(Greetings);
}
/*when a contact singin,
Tharael diz:
Hail!
*
* A mensagem a seguir não pôde ser entregue a todos os destinatários:
Hail!
*/
Its always happen ;/
|