<html>
<head>
<title>Home</title>
<script language=“javascript”>
function ceck(){
var Username = document.dati.Username.value;
if(Username.lenght)
}
I can’t choose lenght in all options and it doesn’t work when i run the file, what can i do? I make some mistakes?