So, I have a problem while using writeAttribute for changing the type
of an input field.
Here is my code:
$(id).writeAttribute({type: 'password'});
or
$(id).writeAttribute('type', 'password');
Works fine with FF but IE7 tells that this command won´t be supported.
Does anyone knows something about it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Prototype: Core" 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-core?hl=en
-~----------~----~----~----~------~----~------~--~---