Skip to main content
Participant
April 10, 2008
Question

Which item is selected?

  • April 10, 2008
  • 1 reply
  • 185 views
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.
This topic has been closed for replies.

1 reply

Known Participant
April 15, 2008
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.