Re: Including Coldfusion content in an asp page

2005-01-03 Thread amanda l
you could try using xmlhttp (an activex control) - it works well pulling content like this into an asp page. >I have a .cfm that produces some lines of content, from a Database. I >want to include this .cfm file in an .asp page. Can this be done with an >asp INCLUDE? Or do I need some kind of Web

Re: [Repost] Coldfusion form validation & Safari

2004-09-16 Thread amanda l
thanks for replying :) i'm not sure what you're referring to as not matching up - i'm not seeing it - i went through section by section deleting just to double check? (i had stuck that whole phrase in parentheses so the regex is only between the quotes in my previous post, in case that may have loo

ColdFusion form validation & Mac Safari

2004-09-14 Thread amanda l
using the innate form validation in cfmx (using a regular _expression_ with the pattern of "(^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)[EMAIL PROTECTED](\.[a-zA-Z0-9-]+)*\.(([a-zA-Z]{2,3})|(aero|coop|info|museum|name))$)|(^ *$)") seems to be broken in Mac Safari? It will catch the incorrectly formatted inp