Adding links to Combobox labels

Hi there,
I have read some tutorials about how to add links to the ComboBox component.
Ok, I have the Labels and the Data (with URLs in them).
But they don’t work!
Some said:
Click on the combobox and go to the actiontab, there, paste this code:
on (change) {
getURL(eventObj.target.value , “_self”);
}

The problem is that when publishing it I get the error:… mouse event incorrect
or something like that.
How can I make my links work?
Thank you