Contact: aviboots(AT)netvision.net.il
41,628 questions
54,291 answers
573 users
<html> <head> <title>Form Validation With JavaScript</title> </head> <body> <form name="formname" action="add-user.php" method="post"> Name: <input type="text" name="firstname" required> <input type="submit" value="Submit"> </form> </body> </html>