O.P. RE: Window example from Scripting Doc and questions
Doesn't work...Heres what I have (The email is just an example):
function OnEvent_Initialize(MessengerStart)
{
Messenger.OpenChat(smarterchild@hotmail.com);
}
function OnEvent_Uninitialize(MessengerExit)
{
}
|