<?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>PHPMan--Live and learn &#187; javascript</title>
	<atom:link href="http://www.phpman.com.cn/archives/tag/javascript/feed" rel="self" type="application/rss+xml" />
	<link>http://www.phpman.com.cn</link>
	<description>不积跬步,无以至千里;不积小流,无以成江海</description>
	<lastBuildDate>Wed, 28 Jul 2010 02:39:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>支持ie6 ie7 ie8 firefox的javascript添加至收藏夹代码</title>
		<link>http://www.phpman.com.cn/archives/335</link>
		<comments>http://www.phpman.com.cn/archives/335#comments</comments>
		<pubDate>Tue, 02 Mar 2010 10:31:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[编程相关]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.phpman.com.cn/?p=335</guid>
		<description><![CDATA[
function addfavor&#40;url,title&#41; &#123;
    if&#40;confirm&#40;'确定添加收藏？'&#41;&#41;&#123;
        var ua = navigator.userAgent.toLowerCase&#40;&#41;;
        if&#40;ua.indexOf&#40;&#34;msie 8&#34;&#41;&#62;-1&#41;&#123;
            external.AddToFavoritesBar&#40;url,title,'slice'&#41;;//IE8
        &#125;else&#123;
         [...]]]></description>
		<wfw:commentRss>http://www.phpman.com.cn/archives/335/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
