Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Microsoft Communicator Presence in Gadget

 
01-21-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
01-24-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 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 06:36 PM.



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