Topic awaiting preservation: <select onChange... with keyboard in Firefox etc (Page 1 of 1) |
|
---|---|
Nervous Wreck (II) Inmate From: East Anglia, England. |
posted 12-19-2004 23:35
I've been working on a page that uses a <select> with onChange to update the contents of a <div> as different <option>s are selected. |
Maniac (V) Mad Scientist From: :morF |
posted 12-21-2004 02:15
Hiegh ho... Hiegh ho... it's over to javascript this does |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 12-21-2004 02:35
Hmm... technically just scrolling within a select should not fire the onChange event. According to the spec "The onchange event occurs when a control loses the input focus and its value has been modified since gaining focus. This attribute applies to the following elements: INPUT, SELECT, and TEXTAREA." |