I currently have a form that I would like to use JavaScript to disable the submit button unless both fields have more than 3 values, and neither have anything except for A-Z, a-z, and 0-9.
I currently have
I am pretty bad with JavaScript but I can understand most htmlCode:<form action=submit.php method=POST /> <input type=text name=username /> <br> <input type=password name=password /> </form>


Reply With Quote
Bookmarks