i am using coldfusion and javascript and this is what i want to do...I have the results from a query loaded into the number of arrays that they are in an initial query...so i have 1 query that returns 4 records...therefore the javascript creates 4 arrays and populates them with the results of a second query...i need these results to show up in dropdown boxes and these dropdown boxes can have duplicate records...so one dropdown may have the numbers
1
10
12A
the second dropdown
10
12A
if the user picks 10 from the first drop down i want to remove that choice from the second dropdown...if they then go back to the second dropdown and pick 12a i want to remove that from the first dropdown...kind of stuck...seems complicated...
1
10
12A
the second dropdown
10
12A
if the user picks 10 from the first drop down i want to remove that choice from the second dropdown...if they then go back to the second dropdown and pick 12a i want to remove that from the first dropdown...kind of stuck...seems complicated...