<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002382" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002382</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validating-input#comment-1010643</link>
    <description> &lt;p&gt;i) Used when you want to check a forms element after a click event. You are passing a pointer to the form element to the validation routine and receiving a true or false as the return.&lt;/p&gt;
&lt;p&gt;ii) same as i) but you are NOT passing the form element to check so you would need to know what you were checking in the validate() function.&lt;/p&gt;
&lt;p&gt;iii) same as i) except you are not checking your return value.&lt;/p&gt;
&lt;p&gt;iv) simply calling a function.&lt;/p&gt;
&lt;p&gt;v) This forces the form to go thru the validate() function and based on thereturn value (true or false) the form will either submit or not. You are also passing the name of the form to the function which is usefull in the case of a page w/ multiple forms.&lt;/p&gt;
&lt;p&gt;vi) same as v) except you are not checking the return so the form will submit regardless.&lt;/p&gt;
&lt;p&gt;vii) same as v) except you are not passing the form name and not checking the return so the form will submit regardless.&lt;/p&gt;
&lt;p&gt;viii) same as v) except you are not passing a form name.&lt;/p&gt;
&lt;p&gt;Best way to do this is use method:&lt;br /&gt;
ONCHANGE=&amp;quot;check_textbox(this.value)ou are then passing the form element value to the standard textbox validation routine. You could then validate and use window.alert(&amp;quot;Bad data......&amp;quot; ) to warn user.&lt;br /&gt;
&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Aug 1999 23:22:00 +0000</pubDate>
 <dc:creator>tazman</dc:creator>
 <guid isPermaLink="false">comment 1010643 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validating-input#comment-1010645</link>
    <description> &lt;p&gt;tazman:&lt;br /&gt;
Thanks for the great post, it is very informative. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sdaram:&lt;br /&gt;
You&#039;re welcome, glad the link helped. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Page Resource: &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
JavaScript City: &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Aug 1999 18:52:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1010645 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validating-input#comment-1010644</link>
    <description> &lt;p&gt;Thank you very much, Tazman. Quite monumental of you to share the knowledge. Will get to you, later on the development. Thanks again!.&lt;/p&gt;
&lt;p&gt;------------------:)&lt;/p&gt;
&lt;p&gt;* Thanks to Mr John for the recommendation.&lt;br /&gt;
Great site this; www.javascripts.com.( Dr.Joe Burns)&lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Aug 1999 18:04:00 +0000</pubDate>
 <dc:creator>Sdaram</dc:creator>
 <guid isPermaLink="false">comment 1010644 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/form-validating-input#comment-1010642</link>
    <description> &lt;p&gt;I haven&#039;t done much in the form validation area, but I have seen sites with validation scripts. You might try one of these:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://javascript.internet.com&quot; class=&quot;bb-url&quot;&gt;http://javascript.internet.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.wsabstract.com&quot; class=&quot;bb-url&quot;&gt;http://www.wsabstract.com&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.javascripts.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascripts.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;----------&lt;br /&gt;
Page Resource: &lt;a href=&quot;http://www.pageresource.com&quot; class=&quot;bb-url&quot;&gt;http://www.pageresource.com&lt;/a&gt;&lt;br /&gt;
JavaScript City: &lt;a href=&quot;http://www.javascriptcity.com&quot; class=&quot;bb-url&quot;&gt;http://www.javascriptcity.com&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Aug 1999 23:52:00 +0000</pubDate>
 <dc:creator>John Pollock</dc:creator>
 <guid isPermaLink="false">comment 1010642 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
