<?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>ForDevs &#187; email validation</title>
	<atom:link href="http://www.fordevs.com/tag/email-validation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +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>JavaScript to Validate Email Format</title>
		<link>http://www.fordevs.com/2008/11/javascript-to-validate-email-format.html</link>
		<comments>http://www.fordevs.com/2008/11/javascript-to-validate-email-format.html#comments</comments>
		<pubDate>Mon, 03 Nov 2008 06:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[email validation]]></category>

		<guid isPermaLink="false">http://localhost/fordevs/2008/11/javascript-to-validate-email-format.html</guid>
		<description><![CDATA[To validate the email format,  check the textbox value across the regular expression value. The javascript code and corresponding html code are: Script : var efmt=/^\w+((-\w+)(\.\w+))*\@[A-Za-z0-9]+((\.-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/;   &#160; function checkEmailFormat&#40;field,msg&#41; &#123; var ctrl=document.getElementById&#40;field&#41;; if&#40;&#40;!efmt.test&#40;ctrl.value&#41;&#41; &#38;amp;&#38;amp; ctrl.value!=”&#41; &#123; alert&#40;msg&#41;; ctrl.focus&#40;&#41;; &#125; &#125; Add the following code into the Body tag. Html Code : &#60;input type=”Text” onblur=”checkEmailFormat(’Txtemail’,'Please enter [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2008/11/javascript-to-validate-email-format.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

