Windows 7 Forums


Windows 7: Microsoft Communicator Presence in Gadget

21 Jan 2011   #1

W7 Enterprise x64
 
 
Microsoft Communicator Presence in Gadget

I have a short script that works in an HTML page and pulls a person's communicator presence given their email address. When I try this in a gadget, it just won't work the same. Here is the code.

Code:
<html> 
  <head> 
  <script language="JavaScript"> 
    var nameCtrl = new ActiveXObject("Name.NameCtrl"); 
  </script> 
  </head> 
  <body> 
  <span onmouseover="nameCtrl.ShowOOUI('test@example.com',0,this.offsetLeft,this.offsetTop)"onmouseout="nameCtrl.HideOOUI()"> 
    Hover your mouse over this text to retrieve presence information. 
  </span> 
  </body> 
  </html>
If nothing else, I would like to just display the presence color of the person. Does anyone have any experience with this JS object to help me out?

My System SpecsSystem Spec

24 Jan 2011   #2

W7 Enterprise x64
 
 

This seems to work

NameCtrl.GetStatus Method
My System SpecsSystem Spec
Reply

 Microsoft Communicator Presence in Gadget problems?



Thread Tools



Similar help and support threads for: Microsoft Communicator Presence in Gadget
Thread Forum
Microsoft Fix It Gadget Software
Cisco IP Communicator Software
Microsoft readies Office Communicator 2010 beta........ News
Microsoft Communicator Mobile News


All times are GMT -5. The time now is 04:36 AM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32