Contact: aviboots(AT)netvision.net.il
40,875 questions
53,283 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>