-
Javascript Email Validation Form Using Regular Expressions Part 1 of 2
In this tutorial, I show you how to create a html form that uses javascript to check whether or not a entered email address is a valid email or not. Make sure you include a server side validation script as well if your using this on your own website, because if javascript is turned off…
-
Restrict Text Input Characters HTML JavaScript Tutorial
Lesson Code: http://www.developphp.com/video/JavaScript/Restrict-Text-Input-Characters-HTML-JavaScript-Tutorial Learn to restrict one or more text fields in a form to allow only characters that you desire to be typed into them. We will remove undesirable characters in real time as the user types. Original source