I have a select box and I want to restrict the user from scrolling the selections with the up and down arrows.
In other words, each selection must be selected by clicking the mouse.
I want to do this because I also have a script that will refresh the page on change, and if they quickly scroll the select box with the arrows, it sends to many requests at once for the page.
Any suggestions are welcome.
In other words, each selection must be selected by clicking the mouse.
I want to do this because I also have a script that will refresh the page on change, and if they quickly scroll the select box with the arrows, it sends to many requests at once for the page.
Any suggestions are welcome.