# Combobox?

**URL:** https://forum.kirupa.com/t/combobox/255648
**Category:** Uncategorized
**Created:** [March 25, 2008, 6:09pm UTC](https://forum.kirupa.com/t/combobox/255648 "2008-03-25T18:09:57Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![andyryan](https://avatars.discourse-cdn.com/v4/letter/a/edb3f5/32.png) [@andyryan](https://forum.kirupa.com/u/andyryan)
#### Post date: [March 25, 2008, 6:09pm UTC](https://forum.kirupa.com/t/combobox/255648/1 "2008-03-25T18:09:57Z")

</div>

Im having trouble with the combobox component.  
I have tried to use this tutorial:  
[http://visualintensity.com/flash-tutorials/mx/combobox/](http://visualintensity.com/flash-tutorials/mx/combobox/)  
but i cannot make it work. I dont seem to be able to locate the Change Handler field in the properties box??? therefore i cannot link the code to the function.

this is the code:

function handler() {  
getURL(“mailto:(dropdown\_cb.getSelectedItem().data)”);  
}

What i want to achieve is a drop down list that when you select an option will open up an addressed email using the mailto: function. Any ideas??
