<?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>Web Development and Programming Help. &#187; Validate Form</title>
	<atom:link href="http://www.memo8.com/toolkits/archives/tag/validate-form/feed" rel="self" type="application/rss+xml" />
	<link>http://www.memo8.com/toolkits</link>
	<description>Wep Programming-Mobile Programming-Windows Programming</description>
	<lastBuildDate>Wed, 01 Feb 2012 08:52:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ตรวจสอบอีเมล์ว่ามีจริงหรือไม่? (Email Verification)</title>
		<link>http://www.memo8.com/toolkits/archives/978</link>
		<comments>http://www.memo8.com/toolkits/archives/978#comments</comments>
		<pubDate>Thu, 27 Jan 2011 04:32:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free]]></category>
		<category><![CDATA[Free Online]]></category>
		<category><![CDATA[Tools Online]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=978</guid>
		<description><![CDATA[เว็บใช้ตรวจสอบอีเมล์ (Email Verification) ว่ามีตัวตนหรือไม่? ใช้งานง่ายมากลองเข้าไปดูครับ

คลิกที่นี่ http://app.memo8.com/web/email-verification/
]]></description>
			<content:encoded><![CDATA[<p>เว็บใช้ตรวจสอบอีเมล์ (Email Verification) ว่ามีตัวตนหรือไม่? ใช้งานง่ายมากลองเข้าไปดูครับ<span id="more-978"></span></p>
<p style="text-align: center;"><a href="http://www.memo8.com/toolkits/wp-content/uploads/2011/01/Email-Verification.jpg" rel="lightbox"><img class="size-full wp-image-979  aligncenter" title="Email-Verification" src="http://www.memo8.com/toolkits/wp-content/uploads/2011/01/Email-Verification.jpg" alt="Email-Verification" width="600" height="276" /></a></p>
<p>คลิกที่นี่ <a title="ตรวจสอบอีเมล์ (Email Verification)" href="http://app.memo8.com/web/email-verification/" target="_blank">http://app.memo8.com/web/email-verification/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/978/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Number Format v1.5.4</title>
		<link>http://www.memo8.com/toolkits/archives/88</link>
		<comments>http://www.memo8.com/toolkits/archives/88#comments</comments>
		<pubDate>Tue, 24 Jun 2008 17:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/archives/88</guid>
		<description><![CDATA[ฟังก์ชั่นไว้สำหรับจัดการกับรูปแบบตัวเลขครับ จัดการจุดทศนิยม หรือ เติมเครื่องหมายคอมม่าให้
Examples
&#60;script type="text/javascript" src="numberFormat154.js"&#62;&#60;/script&#62;
&#60;script type="text/javascript"&#62;
var num = new NumberFormat(10901.375).toFormatted();
// num will equal 10,901.38
&#60;/script&#62;
Download : NumberFormat154.js 
]]></description>
			<content:encoded><![CDATA[<p>ฟังก์ชั่นไว้สำหรับจัดการกับรูปแบบตัวเลขครับ จัดการจุดทศนิยม หรือ เติมเครื่องหมายคอมม่าให้<span id="more-88"></span><br />
Examples</p>
<pre class="code">&lt;script type="text/javascript" src="numberFormat154.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript"&gt;
var num = new NumberFormat(10901.375).toFormatted();
// num will equal 10,901.38
&lt;/script&gt;</pre>
<p>Download : <a href="http://www.mredkj.com/javascript/nfdocs.html" target="_blank">NumberFormat154.js </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/88/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Validate email Javascript</title>
		<link>http://www.memo8.com/toolkits/archives/36</link>
		<comments>http://www.memo8.com/toolkits/archives/36#comments</comments>
		<pubDate>Sun, 30 Dec 2007 08:03:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=36</guid>
		<description><![CDATA[ตรวจสอบความถูกต้องของ email ครับ
Code:Header
&#60;script language="Javascript"&#62;

function validatefrm(){ 

 var theForm = document.form1;

 var emailRE = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/;

 var errMsg = "";

 var setfocus = ""; 	if (theForm['textfield'].value != ""){

if (!emailRE.test(theForm['mail'].value)){

 		errMsg = "mail Fail!";

 		setfocus = "['mail']";

 	}

 }

 if (errMsg != ""){

 	alert(errMsg);

 	eval("theForm" + setfocus + ".focus()");

 }

 else theForm.submit();

}

&#60;/script&#62;
Code:Body
&#60;form action="" method="post" name="form1" onSubmit="validatefrm();return false;"&#62;

  [...]]]></description>
			<content:encoded><![CDATA[<p>ตรวจสอบความถูกต้องของ email ครับ<span id="more-36"></span></p>
<p><strong>Code:Header</strong></p>
<pre class="code">&lt;script language="Javascript"&gt;

function validatefrm(){ 

 var theForm = document.form1;

 var emailRE = /^([a-zA-Z0-9_.-])+@(([a-zA-Z0-9-])+.)+([a-zA-Z0-9]{2,4})+$/;

 var errMsg = "";

 var setfocus = ""; 	if (theForm['textfield'].value != ""){

if (!emailRE.test(theForm['mail'].value)){

 		errMsg = "mail Fail!";

 		setfocus = "['mail']";

 	}

 }

 if (errMsg != ""){

 	alert(errMsg);

 	eval("theForm" + setfocus + ".focus()");

 }

 else theForm.submit();

}

&lt;/script&gt;</pre>
<p><strong>Code:Body</strong></p>
<pre class="code">&lt;form action="" method="post" name="form1" onSubmit="validatefrm();return false;"&gt;

   &lt;input type="text" name="mail"&gt;

   &lt;input type="submit" name="Submit" value="Submit"&gt;

 &lt;/form&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/36/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>javascript Validate form</title>
		<link>http://www.memo8.com/toolkits/archives/35</link>
		<comments>http://www.memo8.com/toolkits/archives/35#comments</comments>
		<pubDate>Sun, 30 Dec 2007 07:45:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=35</guid>
		<description><![CDATA[ตรวจสอบค่าที่ต้อง Require ก่อน Submit ครับ
Code:Header
&#60;script language="Javascript"&#62;&#60;!--

function validatefrm(){	var theForm = document.frmAdd;

 var errMsg = "";

 var setfocus = "";

if (theForm['Fname'].value == ""){

 	errMsg = "ชื่ออ่ะ";

 	setfocus = "['Fname']";

 }

 if (theForm['Lname'].value == ""){

 	errMsg = "นามสกุลอ่ะ";

 	setfocus = "['Lname']";

 }

if (errMsg != ""){

 	alert(errMsg);

 	eval("theForm" + setfocus + ".focus()");

 }

 else theForm.submit();

}

&#60;/script&#62;
Code:Body
&#60;form action="" method="post"  name="frmAdd" [...]]]></description>
			<content:encoded><![CDATA[<p>ตรวจสอบค่าที่ต้อง Require ก่อน Submit ครับ<span id="more-35"></span></p>
<p><strong>Code:Header</strong></p>
<pre class="code">&lt;script language="Javascript"&gt;&lt;!--

function validatefrm(){	var theForm = document.frmAdd;

 var errMsg = "";

 var setfocus = "";

if (theForm['Fname'].value == ""){

 	errMsg = "ชื่ออ่ะ";

 	setfocus = "['Fname']";

 }

 if (theForm['Lname'].value == ""){

 	errMsg = "นามสกุลอ่ะ";

 	setfocus = "['Lname']";

 }

if (errMsg != ""){

 	alert(errMsg);

 	eval("theForm" + setfocus + ".focus()");

 }

 else theForm.submit();

}

&lt;/script&gt;</pre>
<p><strong>Code:Body</strong></p>
<pre class="code">&lt;form action="" method="post"  name="frmAdd" id="frmAdd" onSubmit="validatefrm();return false;"&gt;
Fname :&lt;input name="Fname" type="text" id="Fname"&gt;&lt;br /&gt;
Lname :&lt;input name="Lname" type="text" id="Lname" &gt;
&lt;input name="Submit" type="submit"&gt;
&lt;/form&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/35/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ฟังก์ชั่น Validate Email PHP</title>
		<link>http://www.memo8.com/toolkits/archives/34</link>
		<comments>http://www.memo8.com/toolkits/archives/34#comments</comments>
		<pubDate>Sat, 29 Dec 2007 06:36:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Script]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=34</guid>
		<description><![CDATA[ใช้ Regular Expression ช่วยครับ
code
function validateEmail($email){
 return eregi('^[a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.([a-zA-Z]{2,4})$',$email);
}
Example
if(validateEmail("youmail@memo8.com")){

   echo"ถูกค้าบบบ";

}else{

   echo"ผิดว๊อยยย";

}
]]></description>
			<content:encoded><![CDATA[<p>ใช้ Regular Expression ช่วยครับ<span id="more-34"></span></p>
<p><strong>code</strong></p>
<pre class="code">function validateEmail($email){
 return eregi('^[a-zA-Z0-9._-]+@[a-zA-Z0-9._-]+\.([a-zA-Z]{2,4})$',$email);
}</pre>
<p><strong>Example</strong></p>
<pre class="code">if(validateEmail("youmail@memo8.com")){

   echo"ถูกค้าบบบ";

}else{

   echo"ผิดว๊อยยย";

}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/34/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Javacript validate flie type</title>
		<link>http://www.memo8.com/toolkits/archives/6</link>
		<comments>http://www.memo8.com/toolkits/archives/6#comments</comments>
		<pubDate>Wed, 05 Dec 2007 08:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Validate Form]]></category>

		<guid isPermaLink="false">http://www.memo8.com/toolkits/?p=6</guid>
		<description><![CDATA[Code

&#60;SCRIPT LANGUAGE="JavaScript"&#62;

if((document.form1.upload.value.lastIndexOf(".jpg")==-1) {
alert("Please upload only .jpg extention file");
return false;
}

&#60;/SCRIPT&#62;

]]></description>
			<content:encoded><![CDATA[<p><strong>Code</strong></p>
<pre class="code">
&lt;SCRIPT LANGUAGE="JavaScript"&gt;

if((document.form1.upload.value.lastIndexOf(".jpg")==-1) {
alert("Please upload only .jpg extention file");
return false;
}

&lt;/SCRIPT&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.memo8.com/toolkits/archives/6/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

