Dukat Panel

Forgot you password? Reset Password
Need an account? Register
Made with By Wordkom.pl
function validateForm() { let x = document.forms["myForm"]["fname"].value; if (x >= 20) { alert("Name must be filled out"); return false; } }