Web Links [Tag : validation]
Sort By :
21. Form and Spelling Validation
Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. We will also explore how to check documents for misspelled words and suggest proper replacements.
Category:   PHP > Tutorials > Form Processing

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

22. Drop-In Form Validation
Using a combination of CSS and Javascript this script will demonstrate how to drop in code to check all the required fields on a HTML form without having to specify each and every field. Incredibly Simple and easy to integrate with your site.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

23. PHP Form Validation Pack
VDaemon Extension gives Macromedia Dreamweaver MX users unique possibility to incorporate form user input validation code into php pages in quick, easy and effective manner - no PHP knowlege required to create typical form validation! On other hand VDaemon Extension makes skilled PHP developers free to create advanced validation solutions. Extension functionality is based on popular VDaemon free php library. VDaemon Extension feachures: - easily incorporate VDaemon validation into existing web sites - supports both client and server-side validation - all common types of validation (required fields, field type, range, compare, regexp, e-mail, custom) - allows you to completely customize how error information is displayed to the user
Category:   PHP > Software and Servers > Software

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

24. The form validation tutorial with php and java
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, youll learn how to intercept the submission and pass the form data through one validation tests. At the end of this tutorial, you¡äll have a complete form validation framework in php wich can be seemless integerate in existing web applications.
Category:   PHP > Tutorials > Form Processing

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

25. ASP.NET Form Validation Processor
The Validation Processor control is the only advanced validation summary that supports every built-in ASP.NET validator and most third party-validators. It highlights invalid form fields, auto focuses the cursor on the first error, provides links from each error message to invalid fields, allows multiple form validation, works with user controls, integrates with Visual Studio.NET and ASP.NET Web Matrix, and recognizes non-standard controls. You can also add custom error messages and indicate which fields should be highlighted at run-time. No programming required, sample forms and documentation provided.
Category:   ASP.NET > Scripts and Controls > Form Processors

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

26. Form Field Validation
This series of functions provide common form validation for required fields, dates, numbers, and email addresses.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

27. Credit Card Validation Script
This script verifies whether a credit card number follows some well known rules for various card types. For example, it checks the number of digits in the card and compares the starting digits for that card against the known digits for that card type. It also uses an algorithm called the Luhn algorithm that does a kind of checksum on the card number.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

28. Email address syntax validation
Easy-to-use, fast function that checks validity of syntax in email address in an extensive fashion but still allowing some flexibility. Returns true if email address is valid and false otherwise, does not look up the host.
Category:   PHP > Scripts and Programs > Email Systems

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

29. Credit Card Validation Solution
A set of open source scripts that ensure credit card information is keyed in correctly. Checks numbers for length, falling within accepted ranges, the Mod 10 / Luhn checksum and that you accept the given type. Tells type based on the number. Expiration date validation is optional. Error messages are internationalized. New languages can be easily added. Works for American Express, Australian BankCard, Carte Blanche, Diners Club, Discover/Novus, JCB, MasterCard and Visa.
Category:   Java > JSP and Servlets > E-Commerce

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

30. Date Validation and Format Correction Javascript
If you want to verify a date in a textbox just call the checkdate - function with the textbox name as parameter. The script tests the date and changes the date into the correct format. An US Date Format Version is now available.
Category:   JavaScript > Scripts and Programs > Forms

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: [< Previous] 1 2 3 4 5 [Next >]