Problem is somehow related to XHTML and IE9.
If you occasionally serve document as xhtml+xml, document should pass
validation to work in browser. I've noticed <form name="..."> in your
example, but *name* attribute is obsolete for *form* tag in XHTML1.0, or
maybe you have * * somewhere in your markup.
You can invoke $('myform').serialize() in debugger console at any time -
this may reveal some clues.
--
You received this message because you are subscribed to the Google Groups
"Prototype & script.aculo.us" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/prototype-scriptaculous/-/Kp0Uc3wWl2cJ.
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.