What happens in IE? It's not the RegEx because that's compiled long before you view the results in the browser, so I'm going with Ben's previous post that it's some other factor. Something in Javascript perhaps. Describe what happens in IE.
Steve Brownlee http://www.fusioncube.net/ -----Original Message----- From: Steve LaBadie [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 11:30 AM To: CF-Talk Subject: RE: Regex Help Steve, I doubled the "#" in the code and it worked in Firefox, but does not work in IE6???? Why would that be? Steve LaBadie, Web Manager East Stroudsburg University 200 Prospect St. East Stroudsburg, Pa 18301 570-422-3999 [EMAIL PROTECTED] http://www.esu.edu -----Original Message----- From: Steve Brownlee [mailto:[EMAIL PROTECTED] Sent: Monday, February 12, 2007 11:13 AM To: CF-Talk Subject: RE: Regex Help Steve, As for the CFML construct not found message, I'm going out on a limb and guessing it's because you have the pound sign in the regular expression. Somehow that's messing up a matching set of pound signs for CFML parsing. Check your code around that statement and see where else you're using the pound signs. Also check that if you have this pattern inside a CFOUTPUT statement, then you'll need to escape it with the double ##. Steve Brownlee http://www.fusioncube.net/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269519 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

