Help in designing a multiple combobox in php search

Asked By 20 points N/A Posted on -
qa-featured

I need some help in designing a multiple combobox in php search. I want to know how I can submit data in multiple combo. Can somebody recommend a script? Please…

SHARE
Answered By 0 points N/A #151015

Help in designing a multiple combobox in php search

qa-featured

Hi,

Firstly you should have an input type combo box that will select one option from multiple options given. You can also use onMouseover and onMouseOut functionality with it. Make a function and assign document.getElementById(theinput)   to the input field take variable a and assign it with thelist.selectedIndex take variable b and assign it with thelist.options[idx].innerHTML. Finally assign the content to input value.

Regards,

Related Questions