On Thu, Nov 18, 2010 at 9:26 PM, RobG <[email protected]> wrote: > Using onclick or onchange for a select element is a bad choice
No, using onchange is actually the correct choice. He's using onclick on option elements instead of onchange (again, the correct event) on the select element. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
