Try Using the onchange event.
On Feb 5, 4:06 pm, "Rick Faircloth" <r...@whitestonemedia.com> wrote: > What's the best event to use for a select to trigger > a function? > > I'm currently using onclick, because it seems to be the > best option, but that creates problems. It causes the > function to fire when the down arrow is clicked and when > an option is chosen. > > I've tried several different approaches, but none are > very satisfactory. > > Suggestions? > > Thanks, > > Rick