<?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 Inserrt The To Uppercase Command In Html Forms?</title>
	<atom:link href="http://www.kingofscripts.com/blog/2009/06/how-to-inserrt-the-to-uppercase-command-in-html-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kingofscripts.com/blog/2009/06/how-to-inserrt-the-to-uppercase-command-in-html-forms/</link>
	<description>Make Money Online With Your Own Website</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:30:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jake</title>
		<link>http://www.kingofscripts.com/blog/2009/06/how-to-inserrt-the-to-uppercase-command-in-html-forms/comment-page-1/#comment-398</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Sun, 21 Jun 2009 20:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kingofscripts.com/blog/2009/06/how-to-inserrt-the-to-uppercase-command-in-html-forms/#comment-398</guid>
		<description>add 
onblur=&quot;javascript:this.value
=this.value.toUpperCase();&quot;
make sure its all on one line just yahoo cuts it off
into the html form e.g.
if your form is
&lt;input type=&quot;text&quot; name=&quot;username&quot; /&gt;
Change it to 
&lt;input type=&quot;text&quot; name=&quot;username&quot; onblur=&quot;javascript:this.value=this.value... /&gt;</description>
		<content:encoded><![CDATA[<p>add<br />
onblur=&#8221;javascript:this.value<br />
=this.value.toUpperCase();&#8221;<br />
make sure its all on one line just yahoo cuts it off<br />
into the html form e.g.<br />
if your form is</p>
<input type="text" name="username" />
Change it to </p>
<input type="text" name="username" onblur="javascript:this.value=this.value... />
]]></content:encoded>
	</item>
</channel>
</rss>
