wwyngaard Posted June 29, 2005 Posted June 29, 2005 I am trying to validate data on entry in a number of fields to less than 28 characters using java. I know it can be done but just haven't been able to get the syntax correct. Does anyone have the syntax?
Reed Posted June 30, 2005 Posted June 30, 2005 Are you talking about Java (JDBC connection with filemaker) or Javascript (web form validation)?
Martin Brändle Posted June 30, 2005 Posted June 30, 2005 If it's just length checking and nothing else, you don't need JavaScript. A simple <input type="text" name="yourfield" value="" size="28" maxlength="28"/> will do.
Recommended Posts
This topic is 7090 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now