Kangax, > So, yeah, this is yet another reason not to touch `Element.prototype` > (or not use inline event handlers)
'afraid I'm not able to follow all you've written but could you just explain what you mean by "avoiding inline event handlers"? <input type="button" name="send" disabled="disabled" value="Send" onClick="getData(this.form)"> Would above have to be changed/replaced? Does adding return false improve matters? <input type="button" name="send" disabled="disabled" value="Send" onClick="getData(this.form);return false"> Thanks Geoff --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
