DHTML Combobox, dynamic filtering and custom HTML inside opt

Hi huys. First of all thank you for this great staff.

Im using combobox in my app with dynamic PHP file which generates XML like:





My name



The problemm is that i cannot insert my custom HTML inside options. It simply wont works with HTML inside of it.

F.e:





click me My name



Could somebody please help me and thanks…


Hello,


combo option has own onclick event handler. So, the link should be placed as following (if options are loaded from xml file):


<![CDATA[click me]]>

thank you very much