Ok, i'm still confused how to use that in my function.
iF you want you can check my website first so you know what is my problem.
it's
www.andrewkurniadi.com, and then go to my pictures
there will be 2 combo box
and usually i use two dofferent function for 2 different combo box
function showusa () {
getURL(usa.getSelectedItem().data,"_blank");
}
and
function showother () {
getURL(other.getSelectedItem().data,"_blank");
}
but now i want to use one function to handle both combobox.
Can you help me with it? Thanks