<?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>翟鹏的博客 &#187; 禁用右键</title>
	<atom:link href="http://www.zhaipeng.cn/tag/%e7%a6%81%e7%94%a8%e5%8f%b3%e9%94%ae/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>去掉当鼠标放到图片上时,出现下载,保存提示的图形工具条</title>
		<link>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/</link>
		<comments>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 10:56:05 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[禁用右键]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/</guid>
		<description><![CDATA[方法一： 下边代码加在前 &#60;META HTTP-EQUIV=&#34;imagetoolbar&#34; CONTENT=&#34;no&#34;&#62; 方法二： &#60;img galleryimg=&#34;no&#34;&#62; 方法三：定义CSS &#60;style&#62; img { nobar:expression(this.galleryImg=&#34;no&#34;); } &#60;/style&#62; 禁用右键方法 &#60;script language=&#34;Javascript&#34;&#62; document.oncontextmenu=new Function&#40;&#34;event.returnValue=false&#34;&#41;; document.onselectstart=new Function&#40;&#34;event.returnValue=false&#34;&#41;; &#60;/script&#62;]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/06/24/%e5%8e%bb%e6%8e%89%e5%bd%93%e9%bc%a0%e6%a0%87%e6%94%be%e5%88%b0%e5%9b%be%e7%89%87%e4%b8%8a%e6%97%b6%e5%87%ba%e7%8e%b0%e4%b8%8b%e8%bd%bd%e4%bf%9d%e5%ad%98%e6%8f%90%e7%a4%ba%e7%9a%84%e5%9b%be%e5%bd%a2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
