Question
<cfswitch><cfcase></cfcase></cfswitch>
I have this <select> with two options and my <select
name="vider"> which is some elements that i pull from my SQL
server but the problem i am running into is that i have these
<input type = "text" name ="loca"> boxes next too these
options from my select and i need the value to change in the
<input type ="text name="loca"> but does not work though, it
tells me that ydate is undefined but i thought i defined it at the
begining of my code, and when i added alot of nested
<cfif></cfif> it worked but it read the same value for
the the <input type="text" name="loca> all the way
down........ i cant get it to change based on the seleceditem in
the <select><option></option></select>???

