[EMAIL PROTECTED] wrote: > I have now found out, what's the problem. > The ValueChangeEvent works in IE too(so my first thoughts were wrong), but to > submit and execute the ValueChangeEvent I have to press Enter for a second > time!!, whereas in Firefox one left-mouse click is enough (after choosing the > Item of the Suggested List)...In IE the mouse-click doesn't help. > Is this just a javascript problem? > > Regards, > Andy > This definitely is a javascript problem... A valuechange is triggered normally by a http post on the client side. As it seems the javascript only triggers it in Firefox as expected.

