|
|
| 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 |
The following will verify that the user inputted email address follows the typical convention, that all characters entered as part of the address are alphanumeric, etc.
Author: Unknown Code: ASP 3.0 & VBScript |
Before the sending of a mail to avoid a useless excess load on IIS, it is possible to use a simple function to verify that the email address is well formed. Author: Dypso U. Code: ASP 3.0 & VBScript |
|  | |
This article, João Vieira's first, presents a simple script to validate an email address using ASP. Since it uses ASP, the validation occurs on the server. Author: João Vieira Code: ASP 2.0 & VBScript |
You may have noticed the low level of validation of email addresses you submit in the forms, which is usually restricted to only confirming the appearance of "@" and "." characters. This article shows a how to validate email addresses in a higher level. Author: Hojjat Salmasian Code: ASP 1.0 & VBScript |
OK, this is not by any means a full proof way to validate an email address. This is more of a way to dummy-proof your online forms so that users have to enter an email address in a more consistent format. Author: ASPwebpro Code: ASP 3.0 & VBScript |
Regular expression is most commonly associated with javascript. However, this example shows how using regular expression syntax is an exellent way to thoroughly validate an email. It's possible in ASP. Author: Jeff Anderson Code: ASP 3.0 & VBScript |
|  | |
Will call a webservice that will verify an email address down to server level. This service is provided for FREE! No costs involved. Try it out!
Author: Christopher Michael Chenoweth Code: ASP 3.0 & VBScript |
This code can serve to purposes. To preform reverse DNS Lookup/Validate a domain exists and Validate email address structure and that the domain that is provided in the email address is valid.
Author: John Tolar Code: ASP 3.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|