<div dir="ltr"><div style><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px">If you need only simple validation I would try the HTML5 input.</span></div><div style><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px"><br>
</span></div><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px">&lt;input type=&quot;email&quot; name=&quot;email&quot;&gt;</span><div><font color="#000000" face="courier new"><br></font></div>
<div><font color="#000000" face="courier new">should work in most browsers<br></font><div><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px"><br></span></div><div style><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px">br</span></div>
<div style><span style="color:rgb(0,0,0);font-family:&#39;courier new&#39;;font-size:13px">Gerhard</span></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 10, 2013 at 10:35 AM, Sabine Knöfel <span dir="ltr">&lt;<a href="mailto:sabine.knoefel@gmail.com" target="_blank">sabine.knoefel@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
in a &quot;register new user&quot; page, I have a textInput where I want to check the<br>
validity of an email address each time the user types in one character. If<br>
the email adress is valid, the &quot;register&quot; button should enable.<br>
<br>
How would you do this? Does anybody have a text snippet for me?<br>
<br>
html textInput<br>
        ....<br>
        onKeyUp: ????<br>
<br>
Sabine<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/onKeyUp-do-check-and-enable-button-tp4698098.html" target="_blank">http://forum.world.st/onKeyUp-do-check-and-enable-button-tp4698098.html</a><br>
Sent from the Seaside General mailing list archive at Nabble.com.<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div><br></div>