Try adding e.preventDefault(); instead of Event.stop(e) and let me know if that works?
On Tue, Aug 4, 2009 at 4:55 PM, Ash<[email protected]> wrote: > function callProcBasketEmail(e) { > var pars = Form.serialize('email-form'); > var myAjax = new Ajax.Updater('email-response', > 'procBasketEmail.php', { > method: 'post', > parameters: pars, > onSuccess: function(response) > { > Event.observe('password-form', 'submit', > callProcBasketPassword); > } > }); > Event.stop(e); > } > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
