Hi List,

i try to change the value of the name-attribute of an input field
using the writeAttribute method.
In the IE the name value will not changed but a new attribute appears:
"submitName"

The input field i want to update is the child of a cloned tr element
$(allInputs[i]).writeAttribute("name", "my_new_name");

And of course: allInputs[i].name = "my_new_name"; has the same
behavior.

I found this in the web:
http://felipenascimento.org/en/bug-on-ie-when-creating-elements-with-name-submitname/

Thank you very much for your support,
Daniel Teske

-- 
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.

Reply via email to