A
Alex567
My website gathers users information from a form. It includes several drop
down list boxes that deliberately contain test information so that, using
scripts for the change event, the site can decide whether the client is
suitable. The unacceptable options are always placed at the bottom of the
list. However, the input form is longer than the screen size and the user has
to scroll down. If he uses his scroll wheel when a drop down list still has
focus the options list is scrolled to the unacceptable items at the bottom
and the change event is immediately triggered, without a click of the mouse.
This has the effect of rejecting potential customers by mistake. Is there any
way I can disable the scroll wheel while the user is on that page? Any other
ideas?
down list boxes that deliberately contain test information so that, using
scripts for the change event, the site can decide whether the client is
suitable. The unacceptable options are always placed at the bottom of the
list. However, the input form is longer than the screen size and the user has
to scroll down. If he uses his scroll wheel when a drop down list still has
focus the options list is scrolled to the unacceptable items at the bottom
and the change event is immediately triggered, without a click of the mouse.
This has the effect of rejecting potential customers by mistake. Is there any
way I can disable the scroll wheel while the user is on that page? Any other
ideas?