Office中国论坛/Access中国论坛

标题: [讨论]在网上无意中找到MSNweb版代码!分享一下! [打印本页]

作者: mikelee424    时间: 2006-3-29 03:42
标题: [讨论]在网上无意中找到MSNweb版代码!分享一下!
<object id="MsgrUIA" classid="clsid:B69003B3-C55E-4b48-836C-BC5946FC3B28" codeType="application/x-oleobject" width="0" height="0"></object>
<script language="javascript">
function addMSN (address) {
  if (MsgrUIA.MyStatus == 1)
  {
   alert('您的MSN没有登陆,请先登陆');
  }
  else if(MsgrUIA.MyStatus == 2 || MsgrUIA.MyStatus == 10 || MsgrUIA.MyStatus == 14 || MsgrUIA.MyStatus == 34 || MsgrUIA.MyStatus == 50 || MsgrUIA.MyStatus == 66 || MsgrUIA.MyStatus == 6) {   //2,10, 14, 34, 50,66,6
   MsgrUIA.InstantMessage(address);
  }
  else if (MsgrUIA.MyStatus == 512 || MsgrUIA.MyStatus == 768)
  {
   alert('您的MSN正在登陆,请稍等');
  }
  else {
   alert('错误代码:'+  MsgrUIA.MyStatus  + '。您没有安装MSN或使用的不是IE浏览器,请安装MSN并手动添加' + address );
  }
}
</script>


<a style="cursor:hand" >Michael</FONT>熊</a>



请问高手有没有办法做成ACCESS的,这样可以方便管理MSN成员了..请指教谢谢~~




欢迎光临 Office中国论坛/Access中国论坛 (http://www.office-cn.net/) Powered by Discuz! X3.3