HTML Forums | An HTML and CSS Coding Community

Welcome to HTMLForums; home of web development discussion! Please sign in or register your free account to get involved. Once registered you will be able to connect with other members, send and receive private messages, reply to topics and create your very own. Our registration process is hassle-free and takes no time at all!

Recent content by Karl

  1. K

    Validation does not work

    Hi ani, thank you for your reply. Do you mean here: ``` <script type="text/javascript"> function validateFirstName() { var field = document.getElementByID("").value; ``` This also do not seem to work.
  2. K

    Validation does not work

    Hi, I'm a beginner in coding. I'm currently taking a course at Percipio and I've been struggling with a problem all day. In my form the name should now be checked by using Javascript. More precisely, in my example, whether between 2 and 15 characters have been entered in the field firstname...
Back
Top