<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to disable context menu in browsers ?</title>
	<atom:link href="http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html</link>
	<description>Useful Tutorials, Scripts , Tips, and Resources for all PHP and Ajax beginners and experts .</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:59:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pligg.com</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-4943</link>
		<dc:creator>pligg.com</dc:creator>
		<pubDate>Thu, 17 Dec 2009 20:30:07 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-4943</guid>
		<description>&lt;strong&gt;How to disable right click context menu...&lt;/strong&gt;

Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser....</description>
		<content:encoded><![CDATA[<p><strong>How to disable right click context menu&#8230;</strong></p>
<p>Today, I would like to share a fairly simple technique to disable right click menu of the website. I was using around 10-15 lines of JavaScript code to disable the menu that appears on the right click on the browser&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rif</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-4619</link>
		<dc:creator>rif</dc:creator>
		<pubDate>Thu, 24 Sep 2009 21:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-4619</guid>
		<description>how to disable right click by using .htaccess ?</description>
		<content:encoded><![CDATA[<p>how to disable right click by using .htaccess ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Recent Links Tagged With "contextmenu" - JabberTags</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-2963</link>
		<dc:creator>Recent Links Tagged With "contextmenu" - JabberTags</dc:creator>
		<pubDate>Sat, 25 Oct 2008 23:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-2963</guid>
		<description>[...] public links &gt;&gt; contextmenu   How to disable context menu in browser ? Saved by vitortubino on Fri 24-10-2008   Developers: It’sa Context Menu, not a Right-Click Menu [...]</description>
		<content:encoded><![CDATA[<p>[...] public links &gt;&gt; contextmenu   How to disable context menu in browser ? Saved by vitortubino on Fri 24-10-2008   Developers: It’sa Context Menu, not a Right-Click Menu [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-1399</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 06 Jul 2008 18:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-1399</guid>
		<description>Which versions of IE did you check it in? I wish we could forget everything before IE7, but I&#039;m always making sure things work in 6.</description>
		<content:encoded><![CDATA[<p>Which versions of IE did you check it in? I wish we could forget everything before IE7, but I&#8217;m always making sure things work in 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sporry</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-1349</link>
		<dc:creator>sporry</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-1349</guid>
		<description>&lt;body oncontextmenu=&quot;return false;&quot;&gt; will cause the page to fail validation.

An even better way is to put

document.oncontextmenu = function() {
	return false;
}

in an external JavaScript file and link to it in the head tags instead. This works in the same way, and will not cause any problem when validating code.</description>
		<content:encoded><![CDATA[<p>&lt;body oncontextmenu=&#8221;return false;&#8221;&gt; will cause the page to fail validation.</p>
<p>An even better way is to put</p>
<p>document.oncontextmenu = function() {<br />
	return false;<br />
}</p>
<p>in an external JavaScript file and link to it in the head tags instead. This works in the same way, and will not cause any problem when validating code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roshan</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-1342</link>
		<dc:creator>Roshan</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-1342</guid>
		<description>Thanks Binny for the links...</description>
		<content:encoded><![CDATA[<p>Thanks Binny for the links&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://roshanbh.com.np/2008/06/disable-right-click-context-menu.html/comment-page-1#comment-1340</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Tue, 01 Jul 2008 17:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://roshanbh.com.np/?p=141#comment-1340</guid>
		<description>Also, its possible to create &lt;a href=&quot;http://www.openjs.com/scripts/ui/context_menu/&quot; rel=&quot;nofollow&quot;&gt;custom context menus&lt;/a&gt; for your site.</description>
		<content:encoded><![CDATA[<p>Also, its possible to create <a href="http://www.openjs.com/scripts/ui/context_menu/" rel="nofollow">custom context menus</a> for your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
