hi, i wanted to know how to check that the user hasn't inputted a vlaue more then for instance 15 charactrs.
I have a form which takes the name, and other contact details. But I would like to preverent the user from entering 30 characters rather then less then 20 is there a way to do this.
Thanks
<input type=text name=name size=20 />
i was thinking one could use javascript where the input tag can take onchange or can php do this