Hi,
I am trying to select multiple items from a list on the load of a page. The list is loaded like the following:
If I select only one item it works.
But, I can't find a way to select multiple items from the start. I have tried using a comma-delimited list, but that didn't work.
Any idea's?
Thanks.
- Bill
I am trying to select multiple items from a list on the load of a page. The list is loaded like the following:
Code:
<CFSELECT NAME="lstName" QUERY="QueryName" SIZE=6 MULTIPLE />
Code:
<CFSELECT NAME="lstName" QUERY="QueryName" SIZE=6 MULTIPLE SELECTED="ValueToBeSelected" />
Any idea's?
Thanks.
- Bill