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

Which item is selected?

New Here ,
Apr 10, 2008 Apr 10, 2008
Hello,

In Dreamweaver CS3 we have a drop-down list in a form. When the user selects an element in the list, we need to determine which element was selected; specifically we need the text string of the selected element. How do you do this? The raw code that we have so far is attached.

If there is an online tutorial or sample code for this, that would be great.
TOPICS
Server side applications
185
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
Explorer ,
Apr 15, 2008 Apr 15, 2008
LATEST
The element or item that was selected is automatically placed in a form variable for you by CS3. You can access it by binding it to the screen you are calling.
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