Listbox events in HTML
I want to call 'onclick' event on listbox. There is 'onchange' event which is called whenever the displayed options changes but I want to call a function when the list box is selected or the displayed option is selected again. Any help is appreciated.
Answers
I think by using HTML listbox you cant find Click event. It is Having only change event.Refer This But You can Do it by some other way Using JavaScript. I found one interesting link Refer This good Luck.