is email-adress wrong ?

2003-03-27 Thread cf-talk
It might have been asked
before, but is there a
fast AND free custom-tag (CF-routine)
to check if an email adress
is syntactically wrong ?
Uwe

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 1:29 PM
To: CF-Talk
Subject: is email-adress wrong ?


It might have been asked
before, but is there a
fast AND free custom-tag (CF-routine)
to check if an email adress
is syntactically wrong ?
Uwe


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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]

-
Macromedia Associate Partner
www.macromedia.com
-
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:29 AM
Subject: is email-adress wrong ?


 It might have been asked
 before, but is there a
 fast AND free custom-tag (CF-routine)
 to check if an email adress
 is syntactically wrong ?
 Uwe

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



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 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]

-
Macromedia Associate Partner
www.macromedia.com
-
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:29 AM
Subject: is email-adress wrong ?


 It might have been asked
 before, but is there a
 fast AND free custom-tag (CF-routine)
 to check if an email adress
 is syntactically wrong ?
 Uwe

 

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: is email-adress wrong ?

2003-03-27 Thread Bryan Stevenson
CFFORM is the Devil ;-)

Bryan Stevenson B.Comm.
VP  Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
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=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 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]

 -
 Macromedia Associate Partner
 www.macromedia.com
 -
 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:29 AM
 Subject: is email-adress wrong ?


  It might have been asked
  before, but is there a
  fast AND free custom-tag (CF-routine)
  to check if an email adress
  is syntactically wrong ?
  Uwe
 
 

 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re[2]: is email-adress wrong ?

2003-03-27 Thread cf-talk
Hello Bryan,

Thursday, March 27, 2003, 7:29:48 PM, you wrote:

BFH Yup http://www.cflib.org/udf.cfm?ID=216

BFH 
BFH Bryan F. Hogan
BFH Director of Internet Development
BFH Team Macromedia Volunteer
BFH Macromedia Certified ColdFusion MX Developer
BFH Digital Bay Media, Inc.
BFH 1-877-72DIGITAL
BFH 

BFH -Original Message-
BFH From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
BFH Sent: Thursday, March 27, 2003 1:29 PM
BFH To: CF-Talk
BFH Subject: is email-adress wrong ?


BFH It might have been asked
BFH before, but is there a
BFH fast AND free custom-tag (CF-routine)
BFH to check if an email adress
BFH is syntactically wrong ?
BFH Uwe


BFH 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4