Uppps, second script is not working in IE. Forget about it. Simple solution for one password field you still have here http://dl.getdropbox.com/u/530105/input.html. You can also change it to add mockpassword input dynamicly in your script.
"I then tried cloning the node and replacing it, but this loses the binding of the element to the function (it is no longer "observed" by focus or blur). " You have to observe focus only from this newly created element - not orginal password field... and observe blur only on orginal one, not mocked one. I'll work on this script later on :) Quleczka --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
