Hits Today: 2 Total: 26984 | Updated: 2/14/2001 | |
 | 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 |
Hits Today: 1 Total: 10574 | Updated: 3/27/2001 | |
 | 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 |
Hits Today: 1 Total: 4526 | Updated: 3/30/2001 | |
 | 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 | |  | |
Hits Today: 2 Total: 8063 | Updated: 2/1/2003 | |
 | This tiny script removes the special characters (ä,ü, etc.) from a string. One can customize this script easily. Code: ASP 1.0 & VBScript |
Hits Today: 1 Total: 3842 | Updated: 6/22/2001 | |
 | 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: JScript |
Hits Today: 1 Total: 3914 | Updated: 1/26/2003 | |
 | 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 |
Hits Today: 1 Total: 4407 | Updated: 6/3/2001 | |
 | This simple tutorial will allow you verify all kinds of forms from just using regular expressions.
Author: Shrike Code: ASP 3.0 & VBScript | |  | |
Hits Today: 1 Total: 7052 | Updated: 7/26/2001 | |
 | If you let users add URL's to your site (for example links to their site) you want to check them first to make sure the URL is working. This code will do the trick! Author: Kees Nobel Code: ASP 3.0 & VBScript |
Hits Today: 2 Total: 4912 | Updated: 9/4/2001 | |
 | 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 |
|