I have a drop down box in a jsp
page like: Select |__|▼| which having the following values:
- apple
- Mango
- Banana.
Now I call a java script function through a text box onblur event. In that function can I display that drop down box view like this:
Select |_____|▼|
|apple |
|Mango |
|Banana |
(Instead of clicking the ▼ button can make the view of the drop down box like selecting in jsp)