- 1,233 categories
- 40,467 scripts
Updated: 06/28/2007
- Javascript CRC32 function generates the cyclic redundancy checksum polynomial of 32-bit lengths of the string. This is usually used to validate the integrity of data being transmitted.
- Categories
- Tags
- Platforms
- Licenses
- Author
- This tutorial explains how to validate HTML form on server side using PHP plus client side form validation using Javascript to make your form more user friendly
- FormCheck is a JavaScript form validation and control library. With FormCheck, it''s possible to check user inputs without writig a line of JavaScript code.
Library includes type,length, max, min value control and can validate ip, date, e-mai...
- Use this JavaScript to validate Email addresses on the client-side. To validate an Email address, use the function in the following manner: isEmail(someEmailAddress). The function returns true if the Email is valid, else the function returns false. T...
- This is a neat JavaScript that allows you to use your own images to help your visitor''s fill out a form. Use images to validate entries as well!
- If you''re new to using JavaScript to access forms, this is the tutorial to read. You''ll not only learn how to access forms, but validate them as well.