Discussion:
Are mutiple selections possible
(too old to reply)
CDROUSE
2009-03-26 19:45:14 UTC
Permalink
I have a Search Page, Result Page and Detail Page working. I need to be able
to allow for mutiple selections on the dynamic select list box I have on my
search page. I can not find any instructions on how to do this.

I appreciate any tutorials or help anyone can give!

Crystal
danilocelic AdobeCommunityExpert
2009-03-27 16:02:08 UTC
Permalink
Post by CDROUSE
I have a Search Page, Result Page and Detail Page working. I need to be able
to allow for mutiple selections on the dynamic select list box I have on my
search page. I can not find any instructions on how to do this.
I appreciate any tutorials or help anyone can give!
If what you are asking is how to make the list so that you can selection multiple items, then all you need to do within Dreamweaver is to select the list (make sure that Type is set to list, and then check the Allow Multiple box. Or go into the code for the select tag and add multiple="multiple" in the opening tag of the select.

If what you are asking is how to handle the multiple selection on the server side to filter your recordset that is different and a bit more involved and will require the knowledge of the server language you're working with (and possibly the database too).
--
Danilo Celic
| http://blog.extensioneering.com/
| WebAssist Extensioneer
| Adobe Community Expert
Loading...