|
|
 More Subcategories Available
| String Validation [+] Favor-It | |
| |
 |
| | Sort By:
|
This code provides client-side text-field validation using VBscript and regular expressions. It also allows you to use other intrinsic VBscript functions as well as a thorough function that checks for a valid e-mail address.
Author: Mike Loffland Code: ASP 3.0 & VBScript |
Function to determine if the passed parameter is AlphaNumeric (the string contains only A-Z, a-z or 1-0). Heavily commented. Bug Fixed.
Author: Ramon Morales Code: ASP 3.0 & VBScript |
This is a very simple ASP implementation of the industry standard LUHN check for credit card validity.
Author: Simon Rafferty Code: ASP 3.0 & VBScript |
|  | |
This tiny script removes the special characters (ä,ü, etc.) from a string. One can customize this script easily. Code: ASP 1.0 & VBScript |
This is a nice piece of code to help you check credit card validation as it is submitted to your website. Uses the luhn algorith along with an expiry date check. Code: |
With this Client side/Server side (JScript/VBScript) functions you can define a Mask for a text input field, allowing the user to enter only desired characters or string in a desired fashion. Author: Miroslav Hibler Code: ASP 3.0 & VBScript |
This simple tutorial will allow you verify all kinds of forms from just using regular expressions.
Author: Shrike Code: ASP 3.0 & VBScript |
|  | |
This code will count the number of words in a textbox. A friend asked how to do this so I thought I'd post my reply.
Author: Oliver French Code: ASP 3.0 & VBScript |
This tutorial will show you a simple and easy way for counting the number of words in a string.
Author: Hendry Cahyadi Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|