Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Are mutiple selections possible

New Here ,
Mar 26, 2009 Mar 26, 2009
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
TOPICS
Server side applications
312
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 27, 2009 Mar 27, 2009
LATEST
CDROUSE wrote:
> 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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines