>  <A href="#NewDeals.CouponURL#?#NewDeals.RetailerCC#">


is it only 1 record?  Or do all your entries put a "/" character there
between the two values?

If it's just 1 record, then make sure you strip off the "/" from being
entered into the database.  If all your records seem to make a "/" in the
browser you can try stripping off the last character:

<A href="#left(NewDeals.CouponURL, len(NewDeals.CouponURL) -
1)#?#NewDeals.RetailerCC#">

to see if something like that would help.  Also, I'm curious to know which
browser you are using.

Sincerely,

Rob Sherman
Developer / Allaire Certified Instructor
CFDude, Inc.  http://www.cfdude.com
------------------------------------------------------
Email:[EMAIL PROTECTED]
ICQ:_____________________________3266081
AIM:__________________________RobSSherm
Yahoo!:________________RobSherman_CFDev
Office:______________________(310) 543-1622
Office Fax:__________________(310) 543-0512
VMail/Fax:__________(310) 754-6016 ext. 5630


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to