How to handle the combo box in javascript

Recommended Answers

All 3 Replies

can u provide some more information on your problem like what u trying to do with the combo, or if u are trying to create it using javascript?

after creating combo box in javascript we will handle some values incombo box know how to handle that in combo box

so u want to know if someone chooses a value in box, how to get that value?

if a user selects a value, u can use the onchange event and pass this.value to a function, that will give u the value of the oprion that was selected.

I think u should provide some code on what u are trying to do, i dont understand what u want to do with those values.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.