Feel painless with inputing data at your HTML form ?? this script let you use enter keys instead of tab keys. as default HTML form used tab keys to change between one form element (such us input box) to another form element, and with this function you will able do it with enter keys. Beside that tab function, this script is automatic 1rst focused element, so a form element such us input box that has 1rst position in form will focused automatically when window loaded. And the last function is number only input form, in this case you only permit to submit number only, if you submit character or number with character, then you character will removed automatically. Those theree function is very usefull when you try to built an web-based application that need fast data entered, so the forms look more user friendly.
File List:
form.htm
4Kb
Similar code
A good email validation
(Popularity: ) : Here is a script that checks for the validity of email, avoiding invalid characters, position of @ and . dot ... A - Z Form Validator
(Popularity: ) : Validating the form elements
Easy Query String
(Popularity: ) : This little html document reads value from the Query String to be used in javascripts. I made this script for ... Check Fiscal Code 1.0 (ITALIAN)
(Popularity: ) : It checks the validity of last char in fiscal code string that is a control char calculated by an algorithm. ... Complete, general form validation
(Popularity: ) : This script is a combination of a lot of common form validation elements - checking for non-entries, image swaping to ...