[Proto-Scripty] Stop submit & post to div

2008-12-02 Thread knal
7;, 'contact.php', {asynchronous:true, evalScripts:true, parameters:Form.serialize(this)}); } } Thanks for any help, Knal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Proto

[Proto-Scripty] Validation: onSubmit:false won't work

2008-12-02 Thread knal
submits. I have the newest Prototype, Scriptaculous and Really Easy Field Validation. My code is below the message. Many thanks, Knal var valid = new Validation('myForm', { onSubmit:false, immediate : false, onFormValidate : HandleForm }); Validatio