RE: is email-adress wrong ?

2003-03-27 Thread Bryan F. Hogan
Yup http://www.cflib.org/udf.cfm?ID=216 Bryan F. Hogan Director of Internet Development Team Macromedia Volunteer Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL

Re: is email-adress wrong ?

2003-03-27 Thread Bryan Stevenson
There is a UDF at cflib.org called IsEmail() I believe (if you're using CF 5 or newer).if not...there are tonnes of e-mial validating tagsgot o MM DevEx Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

Re: is email-adress wrong ?

2003-03-27 Thread mynews
You can use cfinput type=Text name=email validate=regular_expression pattern=([[:alnum:]_\.\-]+@([[:alnum:]_\.\-]+\.)+[[:alpha:]]+) required=yes David Murphy www.cfugcny.org = = = Original message = = = There is a UDF at cflib.org called IsEmail() I believe (if you're using CF 5 or

Re: is email-adress wrong ?

2003-03-27 Thread Bryan Stevenson
- Vancouver Island ColdFusion Users Group Founder Director www.cfug-vancouverisland.com - Original Message - From: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 27, 2003 10:46 AM Subject: Re: is email-adress wrong ? You can use cfinput type