[Javascript] input length

SnarfLT at aol.com SnarfLT at aol.com
Wed Mar 6 15:32:18 CST 2002


if (document.formName.textName.length < "3")
{
     alert("Invalid area code")
}

is that what you're looking for?



More information about the Javascript mailing list