RE: Does the links toolkit fires off some event when a announcement is received Yiqun Ding 30.Apr.05 01:59 AM a Web browser Deverloper Toolkits 6.5.1Windows NT/2000
I looked into the stlinks.js file and found a function called "openAnnounceWin":
openAnnounceWin(args...){
open(url);
}
I printed the url and args and found that the message is not included.
Maybe the Sametime server adds the message to the opened page.
How can I access that message?