Are there any known problems with writeAttribtue and FF3? I have a small
function:
function(obj){
Element.writeAttribute(obj.elname, obj.attr, obj.newValue);
}
It doesn't update the attribute. I also tried with literal values instead of
using the object's properties as params. Setting the value using dot notation
works however and both the dot notation and writeAttribute works on IE7.
Thanks,
Lee
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---