<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043635" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043635</link>
    <description></description>
    <language>en</language>
          <item>
    <title>As I always tell others when</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240629</link>
    <description> &lt;p&gt;As I always tell others when asked:&lt;/p&gt;
&lt;p&gt;The only people you are going to stop with this method are people who will not be any threat to using your files. Pretty much if its transmitted to my computer for me to view it, I can capture it.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 21:22:09 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1240629 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I totally agree with Megan.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240609</link>
    <description> &lt;p&gt;I totally agree with Megan. &lt;/p&gt;
&lt;p&gt;Right click is often useful for various things, and people who steal code and content will know the various ways around a mouse right click being disabled anyway.&lt;/p&gt;
&lt;p&gt;Highlighting code and pressing Ctrl C (copy), using Firefox&#039;s Firebug to simply copy all code, as well as various other methods.&lt;br /&gt;
So not only do you remove functionality from all your visitors but you also add more code that needs to be loaded, and all this to stop (realistically) no-one.&lt;/p&gt;
&lt;p&gt;It&#039;s pointless in 99.9% of cases, but you have some good examples if you still want to do it.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 15:58:01 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1240609 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You know that people can</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240606</link>
    <description> &lt;p&gt;You know that people can stil save the page with file &amp;gt; save as, right? &lt;/p&gt;
&lt;p&gt;Blocking right clicks with Javascript isn&#039;t going to stop people from stealing your content if they really want to. It&#039;s really just going to annoy people who want to use their right click context menu for other tasks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 14:49:50 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1240606 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Simply add the following</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240604</link>
    <description> &lt;p&gt;Simply add the following code to the   section of your web page.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;script language=JavaScript&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;&lt;br /&gt;//Disable right mouse click Script&lt;br /&gt;var message=&amp;quot;Function Disabled!&amp;quot;;&lt;br /&gt;&lt;br /&gt;///////////////////////////////////&lt;br /&gt;function clickIE4(){&lt;br /&gt;if (event.button==2){&lt;br /&gt;alert(message);&lt;br /&gt;return false;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function clickNS4(e){&lt;br /&gt;if (document.layers||document.getElementById&amp;amp;&amp;amp;!document.all){&lt;br /&gt;if (e.which==2||e.which==3){&lt;br /&gt;alert(message);&lt;br /&gt;return false;&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;if (document.layers){&lt;br /&gt;document.captureEvents(Event.MOUSEDOWN);&lt;br /&gt;document.onmousedown=clickNS4;&lt;br /&gt;}&lt;br /&gt;else if (document.all&amp;amp;&amp;amp;!document.getElementById){&lt;br /&gt;document.onmousedown=clickIE4;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;document.oncontextmenu=new Function(&amp;quot;alert(message);return false&amp;quot;)&lt;br /&gt;&lt;br /&gt;// --&amp;gt; &lt;br /&gt;&amp;lt;/script&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Hope This Will Solve Your Problem.&lt;br /&gt;
Thanks.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 12:41:37 +0000</pubDate>
 <dc:creator>articlemaster</dc:creator>
 <guid isPermaLink="false">comment 1240604 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>A good anti-right click</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240601</link>
    <description> &lt;p&gt;A good anti-right click script can be found here: &lt;a href=&quot;http://javascript.internet.com/page-details/no-right-click.html&quot; title=&quot;http://javascript.internet.com/page-details/no-right-click.html&quot;&gt;http://javascript.internet.com/page-details/no-right-click.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&#039;ll probably work for most of what you want to do.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 11:31:59 +0000</pubDate>
 <dc:creator>stevejeff</dc:creator>
 <guid isPermaLink="false">comment 1240601 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Something like this script</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/how-block-right-click-my-site#comment-1240599</link>
    <description> &lt;p&gt;Something like &lt;a href=&quot;http://www.java-scripts.net/javascripts/Right-Click-Block.phtml&quot;&gt;this script&lt;/a&gt; might help you out.  A Google script turned up several more results.  Some are probably better than others, and make sure they work in all browsers.&lt;/p&gt;
 </description>
     <pubDate>Mon, 20 Apr 2009 11:07:36 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1240599 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
