On Jun 15, 2:25 am, "T.J. Crowder" <[email protected]> wrote: > Hi, > > On Jun 14, 5:40 pm, Don <[email protected]> wrote: > > > form.serialize in IE8 is returning a blank string, even though there > > are elements. Should this be working in IE8? > > That seems really unlikely. What does your form look like? And in > particular, do the form fields have `name` values (rather than `id`s)?
I figured it out. I was wiping out the form by setting the innerHTML property of a parent div before calling form.serialize. Interestingly though, this worked in previous versions of IE and still does in virtually every other browser, if you have a reference to the form before wiping it out. -- 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.
