When I submit a form with mozilla, this validation(which I got from this 
list, thank you) always fails, although it will work in IE:

<CFIF
refindnocase('(^[a-z0-9]([._-]?[a-z0-9]+)*+\@[a-z0-9]+([.-]?[a-z0-9]+)*\.[a-
z]{2,3}$)', trim(form.email), 1)>
valid
<CFELSE>
invalid
</CFIF>


I've tried all of these various ENCTYPE attributes: 
"multipart/form-data"  | "application/x-www-form-urlencoded" | "text/plain"

Anyone ever run across this?

TIA,

Doug Jordon
______________________________________________________________________
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to