<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Just is here--恰恰在这里 &#187; QQ</title>
	<atom:link href="http://ishere.cn/tag/qq/feed" rel="self" type="application/rss+xml" />
	<link>http://ishere.cn</link>
	<description>Jena&#039;s blog</description>
	<lastBuildDate>Sat, 14 Apr 2012 07:27:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>JS判断客户端是否安装了MSN,Skype,QQ软件</title>
		<link>http://ishere.cn/2008/11/11/js%e5%88%a4%e6%96%ad%e5%ae%a2%e6%88%b7%e7%ab%af%e6%98%af%e5%90%a6%e5%ae%89%e8%a3%85%e4%ba%86msnskypeqq%e8%bd%af%e4%bb%b6.html</link>
		<comments>http://ishere.cn/2008/11/11/js%e5%88%a4%e6%96%ad%e5%ae%a2%e6%88%b7%e7%ab%af%e6%98%af%e5%90%a6%e5%ae%89%e8%a3%85%e4%ba%86msnskypeqq%e8%bd%af%e4%bb%b6.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 07:54:24 +0000</pubDate>
		<dc:creator>jena</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[QQ]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://www.aobodo.com/?p=182</guid>
		<description><![CDATA[测试环境：WIN SERVER 2008，IE6+，Firefox2.0+，Opera，Chorme]]></description>
			<content:encoded><![CDATA[<p><coolcode lang="html" linenum="on"><br />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p></head></p>
<p><body><br />
<script type="text/javascript">
/*
 * author:Jena.want
 * web:www.AOBODO.com
 * last edit:2008.11.11
 * 谨以此送给正在享受光棍节的哥们们！祝今年节日快乐！祝明年不再过此节！
 */
  //<![data[
checkInstalled = function(m) {
	switch(m){
		case 'msn':
			try {
				new ActiveXObject("MSNMessenger.P4QuickLaunch");
				return true;
			}
			catch (e) {
				return false;
			}
		case 'skype':
			try{
				new ActiveXObject("Skype.Detection");
				return true;
			}catch(e){
				return false;
			}
		case 'qq':
      try {
				new ActiveXObject("TimwpDll.TimwpCheck");
				return true;
      }
      catch (e) {
				return false;
      }
	}
}</p>
<p>  //]]-->
  </script></p>
<input type="button" value="检测有没有安装MSN" onclick="alert(checkInstalled('msn'))" />
<input type="button" value="检测有没有安装QQ" onclick="alert(checkInstalled('qq'))" />
<input type="button" value="检测有没有安装SKYPE" onclick="alert(checkInstalled('skype'))" />
</body><br />
</html><br />
</coolcode></p>
<p>测试环境：WIN SERVER 2008，IE6+，Firefox2.0+，Opera，Chorme</p>
]]></content:encoded>
			<wfw:commentRss>http://ishere.cn/2008/11/11/js%e5%88%a4%e6%96%ad%e5%ae%a2%e6%88%b7%e7%ab%af%e6%98%af%e5%90%a6%e5%ae%89%e8%a3%85%e4%ba%86msnskypeqq%e8%bd%af%e4%bb%b6.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

