Hi, I believe this is because you only gave a name to the <select> "event". $F() is expecting an ID or an element as a parameter. Try putting an id="event" to the select.
Guillaume On Wed, Mar 9, 2011 at 9:53 AM, Webhopper <[email protected]> wrote: > I create a small form-site for booking events. > After select an event, Ajax.Updater should update the ammount-field. > Site : http://www.lab.krueger-de.org/sam/default_ie.asp > > IE works correct, but Firefox, Chrome and ... dosn't update the second > select. > > Is here a bug in my source or a crossbrowser problem from prototype ? > > (i have fix it temorary with json. see : > http://www.lab.krueger-de.org/sam/default.asp) > > -- > 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. > > -- 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.
