Hi Donna, I haven't read your previous posts, but the select tag doesn't
have a value attribute, only the options.

As for the error, you have a syntax error somewhere, have you looked at line
100? It might be a stray # or a cf tag not closed etc. The code you showed
us seems ok, the problem is likely to be elsewhere.

Ade

-----Original Message-----
From: Donna French [mailto:[EMAIL PROTECTED]
Sent: 21 January 2005 23:02
To: CF-Talk
Subject: Another pain with SELECT


I figured out what the problem was on my other SELECT but this one has
me stumped. In the previous post I had my field setup as a combo box,
so when I changed it to a text box and edited the SELECT Value=  it
worked properly.

But this one I've changed both of the above and it's still throwing an
error. Any help or insight would be greatly appreciated before I
scream TGIF and run out of here!

Code:
<select name="Client_AnnualIncome" Value="#Client_AnnualIncome#"
tabindex="250">
          <option value="" <cfif Client_AnnualIncome IS
"">SELECTED</cfif>>Select One...</option>
          <option value="0-4,999" <cfif Client_AnnualIncome IS
"0-4,999">SELECTED</cfif>>0-4,999</option>

Error:
Invalid parser construct found on line 100 at position 25. ColdFusion
was looking at the following text:

Client_PrimaryIncome
Invalid expression format. The usual cause is an error in the
expression structure.
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.7.2 - Release Date: 21/01/2005


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:191427
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

Reply via email to