Add MS Office communicator presence indicator into JSP
问题 I want to add MS Office communicator presence indicator into my Java Application(jsp). 回答1: If you're targeting the windows platform, the simplest way is to do everything client-side. As long as the clients are running IE, Office 2003 or above, and Communicator 2007 or above, you can use the NameCtrl ActiveX object that gets distributed with Office. The following code should get you started: <script> var sipUri = "your.contact@your.domain.com"; var nameCtrl = new ActiveXObject('Name.NameCtrl