In the TwoSelectsRelated.cfm file on about line 100 I changed the ' to "
NewOpt[#Counter2#].value = '#Evaluate(Attributes.Value2)#'; To NewOpt[#Counter2#].value = "#Evaluate(Attributes.Value2)#"; Does anyone see any reason why I shouldn't? Rick -----Original Message----- From: Rick [mailto:[EMAIL PROTECTED] Sent: Thursday, December 23, 2004 10:18 AM To: CF-Talk Subject: RE: Two Selects Error: missing ; before statement Source File: http://burrows.arcriver.com/i/index.cfm Line: 179, Column: 211 Source Code: NewOpt[86] = new Option("Oak Park"); NewOpt[86].value = 'Oak Park'; NewOpt[87] = new Option("Oakbrook Terrace"); NewOpt[87].value = 'Oakbrook Terrace'; NewOpt[88] = new Option("O'Fallon"); NewOpt[88].value = 'O'Fallon'; NewOpt[89] = new Option("Orland Par Well this looks like that maybe the ' in the city "o'Fallon" could be the issue. Rick -- 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:188675 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

