I really like the (show)image option of the combobox, but I can’t make it work with my search engine:
[code]
Google.com
Yahoo.com
Bing.com
[/code]
When I press enter or hit the search button it gives me a new tab/window ‘‘about:blank’’ instead off the expected search results. I have tried every possible combination but I can’t seem to merge the image option. Please help me with this becouse I really want to integrate this option.
I have read combo API but it doesn’t explain a search query. I have also tried:
And also:
Both suggestions don’t seem to work. Maybe I misunderstood, in that case; can you please be more specific ? If not, is there some other way of making this work ?
probably the combo shouldn’t be empty. Therefore you need to load some data to the combo:
var combo = new dhtmlXCombo(“combo_zone”,“whichEngine”,200,“image”);
combo.loadXML(url);
The selectOption method can be called when the options are loaded. If you want to select the option rigth after xml loading, you may use the 2nd parameter of the load XML method: