Hi Seb,

     Thanks for the quick reply....
you can enter values in combo box with Javascript:

function addValues(value,text) {

document.FORM_NAME.COMBO_NAME.options[document.FORM_NAME.COMBO_NAME.options.

length] = new Option(value, text);
}


But the requirement is that user should be able to type in some values
or
Select from the combo box using only one control...So we cannot
provide another text field and
then add to combo box. Actually there is no requirement to add into
the list of  combo box...
Hope u understood the requirement....

Is any other way to handle this.....

Regards
Jwas

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to