I don't know if this can be useful with Yaromat Check Form Extension because I use another extension for validating fields: anyway, on the OnSubmit I put this code:
OnSubmit="<my_code_for_validating_fields>;if(!document.MM_returnValue) return false;return ProgressBar();return document.MM_returnValue; It seems to work... Gianluigi, is this trick ok? The only thing is: if Upload and Resize Behavior is applied again after modifying something, the "manually written" code is replaced by "return ProgressBar()" again: so I have to cut the whole onsubmit code, make modifications to Upload and Resize Behavior and then paste the onsubmit code again |
|
|