Hits Today: 2 Total: 27270 | 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: 6934 | Updated: 10/1/2000 | |
 | 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 |
Hits Today: 4 Total: 1577 | Updated: 10/26/2005 | |
 | 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 | |  | |
Hits Today: 5 Total: 14310 | Updated: 2/17/2001 | |
 | 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 |
Hits Today: 1 Total: 6521 | Updated: 1/28/2005 | |
 | 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 |
Hits Today: 1 Total: 9995 | Updated: 11/21/2002 | |
 | 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 |
Hits Today: 1 Total: 6644 | Updated: 8/15/2002 | |
 | 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 | |  | |
Hits Today: 3 Total: 7300 | Updated: 11/9/2002 | |
 | 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 |
Hits Today: 2 Total: 9888 | Updated: 2/10/2002 | |
 | 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 |
|