# Retrieving value of a drop down menu \[JS\]

**URL:** https://forum.kirupa.com/t/retrieving-value-of-a-drop-down-menu-js/200144
**Category:** web dev
**Created:** [September 9, 2006, 2:26am UTC](https://forum.kirupa.com/t/retrieving-value-of-a-drop-down-menu-js/200144 "2006-09-09T02:26:19Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![thesleuth](https://avatars.discourse-cdn.com/v4/letter/t/e99b99/32.png) [@thesleuth](https://forum.kirupa.com/u/thesleuth)
#### Post date: [September 9, 2006, 2:26am UTC](https://forum.kirupa.com/t/retrieving-value-of-a-drop-down-menu-js/200144/1 "2006-09-09T02:26:19Z")

</div>

I have a survey that hides the current question after the users click continue… (this is done using DHTML - div tags with id) so at the last question, there is a drop down menu of 2 options, if the user selects the first option and clicks continue, it will hide this div and show the _a_ div. If the user selects the second option and clicks continue, it will hide this div and show _b_ div.

Well obviously I need to get the value when the users click continue, how do I do that?

Addtional Info:  
Form name - form  
Select Name - type
