<?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>Flurbl.com &#187; html</title>
	<atom:link href="http://www.flurbl.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flurbl.com</link>
	<description>Serious Earnings</description>
	<lastBuildDate>Tue, 31 Aug 2010 02:45:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Disable the Paste Function in a Text Box</title>
		<link>http://www.flurbl.com/2010/02/how-to-disable-the-paste-function-in-a-text-box/</link>
		<comments>http://www.flurbl.com/2010/02/how-to-disable-the-paste-function-in-a-text-box/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 17:47:44 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Website Help]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[disable copy function]]></category>
		<category><![CDATA[disable cut function]]></category>
		<category><![CDATA[disable paste function]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.flurbl.com/?p=199</guid>
		<description><![CDATA[The other week I was coding a web page for a friend and he wanted to create a comment box that didn&#8217;t allow people to paste anything into the text box.  This way people would be less likely to post spam.  After a little while of researching, I found a way to disable  <a href="http://www.flurbl.com/2010/02/how-to-disable-the-paste-function-in-a-text-box/" class="more-link">More &#62;</a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.flurbl.com/wp-content/uploads/2010/02/Screen-shot-2010-02-24-at-10.43.29-AM.png" alt="Screen shot 2010-02-24 at 10.43.29 AM" title="Screen shot 2010-02-24 at 10.43.29 AM" width="253" height="93" class="alignleft size-full wp-image-202" />The other week I was coding a web page for a friend and he wanted to create a comment box that didn&#8217;t allow people to paste anything into the text box.  This way people would be less likely to post spam.  After a little while of researching, I found a way to disable the paste function in a text box using html.  Also, here&#8217;s how you disable the copy and cut functions as well:</p>
<div style="float:left"><div class="clearfix"><div class="ad alignleft"><script type="text/javascript"><!--
google_ad_client = "pub-7690959955861123";
/* 250x250, created 2/5/10 */
google_ad_slot = "2925439206";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></div></div>
<p>Just add these to your textarea tag:</p>
<p>Disable the paste function: <code>onPaste="return false;"</code></p>
<p>Disable the copy function: <code>onCopy="return false;"</code></p>
<p>Disable the cut function: <code>onCut="return false;"</code></p>
<p>If you want to disable all three: onPaste=&#8221;return false;&#8221; onCut=&#8221;return false;&#8221; onCopy=&#8221;return false;&#8221;</code></p>
<p>I can't guarantee that this works in all browsers, however I know it works in most Internet Explorer Browsers and Firefox.</p>
<p>Do you need help implementing code?  We offer html implementation services at very fair prices.  Please feel free to contact us: survey[at]flurbl.com.  If we can't implement the code, we can recommend someone who can!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flurbl.com/2010/02/how-to-disable-the-paste-function-in-a-text-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
