我以前看到过。就是通过obj控制的那个。
帮我找找。
Call me using NetMeeting at
<A HREF="callto:uls.microsoft.com/jsmith@somedomain.com>
uls.microsoft.com/jsmith@somedomain.com</A>
You can also use the scripting interface of the NetMeeting ActiveX control to place a call:
<script language="JavaScript">
function CallCS(name)
{
NetMeeting.CallTo("ils/" + name);
}
</script>