<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1013254" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1013254</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Or...</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/valid-e-mail-address-forms#comment-1076885</link>
    <description> &lt;p&gt;For a low tech approach- if you have autoresponder capability for your site you can have your form send an autoresponse to the email addy provided.&lt;/p&gt;
&lt;p&gt;If it bounces, it wasn&#039;t a good one.&lt;/p&gt;
&lt;p&gt;My forms pages explain that if they want a response from me they have to provide a valid email addy. My forms forward my visitors to a &quot;Thank You&quot; page that informs them that they should get the autoresponder message, and what the probable reason for not getting one is.&lt;/p&gt;
&lt;p&gt;I figure if they aren&#039;t serious enough to provide a valid email addy, I don&#039;t need to worry about them not hearing from me.&lt;/p&gt;
 </description>
     <pubDate>Thu, 18 Jan 2001 16:26:12 +0000</pubDate>
 <dc:creator>Bimjo</dc:creator>
 <guid isPermaLink="false">comment 1076885 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/valid-e-mail-address-forms#comment-1076860</link>
    <description> &lt;p&gt;Here&#039;s the Javascript I use, picked up from somewhere on the web &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;div class=&quot;codeblock&quot;&gt;&lt;code&gt;var re = /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]+$/;&lt;br /&gt;		&lt;br /&gt;if (re.test(EmailAddr) == false) {&lt;br /&gt;&amp;nbsp;&amp;nbsp; alert(&amp;quot;Not a valid e-mail address&amp;quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp; return false;&lt;br /&gt;} else {&lt;br /&gt;&amp;nbsp;&amp;nbsp; return true;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Basically it compares the given email address to a &quot;regular expression&quot; which requires &lt;strong&gt;something with letters and/or digits&lt;/strong&gt; followed by a &lt;strong&gt;@&lt;/strong&gt; and &lt;strong&gt;something else with letters and/or digits which contains at least one period&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Of course, this only tests the format, and someone could still enter a non-existent address...&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Jan 2001 23:07:20 +0000</pubDate>
 <dc:creator>KLWong</dc:creator>
 <guid isPermaLink="false">comment 1076860 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/valid-e-mail-address-forms#comment-1076858</link>
    <description> &lt;p&gt;Moving to the HTML &amp;amp; JavaScript Help Forum...&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Jan 2001 22:55:48 +0000</pubDate>
 <dc:creator>Justin S</dc:creator>
 <guid isPermaLink="false">comment 1076858 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
