Page 1 of 1

Ajax form submit problem, seem like a bug

PostPosted: Thu Nov 13, 2008 11:06 pm
by jerry2
Hi there

There seems to be a bug in a script. If I use form text field names like"one two" with space or some non latin1 character in it, the form field is submitted duplicated. I mean on the response page I get dual value, eg:

If I enter "John" in text field that has name as "one two" I get in response: "John, John" :-(

This happens only in IE6 and IE7. Seems parsing names is not entirely correct. Am I right?

Jerry