<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/css" href="css/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Javascript Function - Javascript Validation </title><link>http://www.javascriptfunction.com/</link><description>Javascript Tutorials, Ajax , Validation, Calculator, DOM - </description><generator>RainbowSoft Studio Z-Blog 1.7 Laputa Build 70216</generator><language>EN-US</language><copyright>Copyright http://www.javascriptfunction.com/. All Rights Reserved.</copyright><pubDate>Thu, 09 Sep 2010 20:31:26 +0800</pubDate><item><title> One and Only One</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/GDH5C.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/GDH5C.html</guid><description><![CDATA[                      It is all very well validating that a field only            contains certain characters but there will be times            when you need to test that a specific character appears            a set number of times as well. Example...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/GDH5C.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3118</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3118&amp;key=6ae0505c</trackback:ping></item><item><title> Minimum and Maximum Distance</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/K3EAB.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/K3EAB.html</guid><description><![CDATA[                      In previous tutorials we have looked at checking for            the existance or non-existance of specific characters            or character combinations. We have also looked at how            to check that the characters appea...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/K3EAB.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3114</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3114&amp;key=15604b18</trackback:ping></item><item><title> Character Order</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/09899.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/09899.html</guid><description><![CDATA[                      Sometimes you have a situation where a text field must            contain two specific characters somewhere in the text            string and although they don&#39;t have to appear in            set positions, one of those chara...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/09899.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3115</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3115&amp;key=f41f25fb</trackback:ping></item><item><title> Adjacent Characters</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/A08C8.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/A08C8.html</guid><description><![CDATA[                      Some times certain characters are only valid when they            appear next to certain other characters. Other times            certain characters are valid only when they don&#39;t            appear next to certain other char...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/A08C8.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3117</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3117&amp;key=93c335a7</trackback:ping></item><item><title> Radio Button Validation</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/AE2I0.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/AE2I0.html</guid><description><![CDATA[                      The setup and validation of radio buttons appears to be            the form field that gives many webmasters the most            difficulty in setting up. In actual fact the setup of            these fields is the most simple of...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/AE2I0.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3125</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3125&amp;key=f3117271</trackback:ping></item><item><title> Alphabetic and Numeric Validations</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/DI73H.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/DI73H.html</guid><description><![CDATA[                      Javascript does not contain functions that test            specifically for alphabetic or numeric content but we            can easily provide these functions for ourselves. Just            add the following code into the head s...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/DI73H.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3119</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3119&amp;key=d099ec84</trackback:ping></item><item><title> Mandatory Fields</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/DDE33.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/DDE33.html</guid><description><![CDATA[                      The simplest field validation is to test a text input            field to see if something has been entered into it. All            that you need to do is to compare the field with an            empty string like this:          ...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/DDE33.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3120</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3120&amp;key=eedf0e21</trackback:ping></item><item><title> Cross Field Validation</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/5JFGC.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/5JFGC.html</guid><description><![CDATA[                      Just because you have validated all of the individual            fields on your form doesn&#39;t mean that you have            finished validating the form. You know by this point in            your validation that what has been...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/5JFGC.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3121</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3121&amp;key=d39516ab</trackback:ping></item><item><title> Validate on Submit</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/B3F33.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/B3F33.html</guid><description><![CDATA[                      When you include a form on one of your web pages, there            will usually be one or more fields where you wish to            perform some sort of validation before allowing the            form to be submitted. This validat...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/B3F33.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3122</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3122&amp;key=f027fd17</trackback:ping></item><item><title> Individual Field Validation</title><author>a@b.com (tomorrow819)</author><link>http://www.javascriptfunction.com/javascript-function/D0BIJ.html</link><pubDate>Sat, 22 Dec 2007 11:23:29 +0800</pubDate><guid>http://www.javascriptfunction.com/javascript-function/D0BIJ.html</guid><description><![CDATA[                      When you have text fields on your form (or drop down            lists that include invalid values) it can make sense to            validate the field immediately after the field has been            updated rather than waiting un...]]></description><category>Javascript Validation </category><comments>http://www.javascriptfunction.com/javascript-function/D0BIJ.html#comment</comments><wfw:comment>http://www.javascriptfunction.com/</wfw:comment><wfw:commentRss>http://www.javascriptfunction.com/sydication.asp?cmt=3123</wfw:commentRss><trackback:ping>http://www.javascriptfunction.com/cmd.asp?act=tb&amp;id=3123&amp;key=b828e3a3</trackback:ping></item></channel></rss>
