FlyFisher
07-05-2007, 05:24 PM
I have a form where users are hitting the spacebar to get around validation. Does anyone have validation code to recognize this and stop it? Thank you for any help you can provide.
FlyFisher
FlyFisher
|
||||
how do I validate against consecutive spacebar enteries in text/textarea fieldsFlyFisher 07-05-2007, 05:24 PM I have a form where users are hitting the spacebar to get around validation. Does anyone have validation code to recognize this and stop it? Thank you for any help you can provide. FlyFisher Philip M 07-05-2007, 05:35 PM Use a regular expression. tmpStr = tmpStr.replace (/(^\s+)/, ""); // remove spaces at start of string You can test your regular expressions at: http://www.ogauge.co.uk/regextester.html |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum