in reply to Length validation
So something like
Of course, I also check for these things much in the way you mention on the server side -> trust in God, but lock your car doors.<SCRIPT> var Ok2submit=true </SCRIPT> <FORM method=post action="foo.pl" onsubmit="return Ok2submit"> <TEXTAREA name="foo" onchange="if(this.length>512){Ok2submit=false;alert('you are too verbo +se, my child!')}"></TEXTAREA> </FORM>
|
|---|