Quote:
Originally Posted by KenP
I have a cf mx 7 web application that I need to add the ability for the user to select from approximately 400 options. Using a generated list with select boxes on the main form is out of the question because the list is so long. Is there a way to open another cfml file in a different window with a auto generated cfquery result to create this list and upon submission the parent page is updated?
Hello Ken, welcome to the Scripts.
Maybe I've misunderstood, perhaps a bit of background might explain it, but why do you need 400 options? I am sure you can categorise those and use Javascript to only display the ones you need depending on the selections by the user.
Yes, you can interact between windows using javascript. I am unsure what you mean by your query because surely the other page which has the auto-generated list will also be too long.