E-mail List Archives
Re: Select lists and automatically forwarding onchange
From: Jared Smith
Date: Nov 29, 2005 1:00PM
- Next message: Austin, Darrel: "RE: Select lists and automatically forwarding onchange"
- Previous message: Robinson, Norman B - Washington, DC: "RE: Select lists and automatically forwarding onchange"
- Next message in Thread: Austin, Darrel: "RE: Select lists and automatically forwarding onchange"
- Previous message in Thread: Robinson, Norman B - Washington, DC: "RE: Select lists and automatically forwarding onchange"
- View all messages in this Thread
Austin, Darrel wrote:
> I could do that, but often I just want to click it with the mouse and
> scroll thorugh. Then get rid of it. Sometime (perhaps unconsciously)
> just clicking an arbitrary item to close it.
... or inadvertantly leaving the drop-down menu selected and then later
using the mouse scroll wheel to scroll up or down on the page just to find
your browser suddenly navigating to a new page.
Anytime you change the default behavior of the browser you are bound to
cause problems. The optimal solution is to add the "Go" (or whatever)
button and process the form data and do the redirect server-side thus
avoiding JavaScript altogether.
http://webaim.org/techniques/javascript/eventhandlers#onchange__50_016_05_02
Jared Smith
WebAIM.org
- Next message: Austin, Darrel: "RE: Select lists and automatically forwarding onchange"
- Previous message: Robinson, Norman B - Washington, DC: "RE: Select lists and automatically forwarding onchange"
- Next message in Thread: Austin, Darrel: "RE: Select lists and automatically forwarding onchange"
- Previous message in Thread: Robinson, Norman B - Washington, DC: "RE: Select lists and automatically forwarding onchange"
- View all messages in this Thread