Rick, Be sure you escape or remove any single or double quotes or any JavaScript unfriendly characters from the data before feeding the tag.
Best Regards, Dennis Powers UXB Internet- A Website Design and Hosting Company 690 Wolcott Road - P.O. Box 6028 Wolcott, CT 06716 tel: (203)879-2844 http://www.uxbinternet.com http://dennis.uxb.net -----Original Message----- From: Rick [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:57 AM To: CF-Talk Subject: Two Selects Does the two selects related tag not work in CFMX? Dropdown one has the correct info but when I select an item nothing happens in select two. <form action="index.cfm?t=results" method="post" name="FormX"> <cfquery datasource="#App_DataSource#" name="QryGetCityStates" username="#App_DataBaseUser#" password="#App_DataBasePass#"> SELECT DISTINCT STATE, City FROM TblMain WHERE State <> '' ORDER BY State </cfquery> <CF_TwoSelectsRelated QUERY="QryGetCityStates" NAME1="form.STATE" NAME2="form.City" DISPLAY1="STATE" DISPLAY2="City" VALUE1="STATE" VALUE2="City" FORCEWIDTH1="70" FORCEWIDTH2="70" AUTOSELECTFIRST="No" HTMLBETWEEN="<BR>" FORMNAME="FormX"> ...... </form> Nothing has been changed in the TwoSelectsRelated.cfm file. Rick Eidson Partner & CTO ArcRiver Technology, LLC http://www.arcriver.com/ Local Kansas City Music http://www.kcjukebox.com/ -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.4 - Release Date: 12/22/2004 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:188695 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

