Hi. I have a form in a popup window which I would like to close if there were no validation errors on a save. I have a button which calls a javascript function that submits the form, then I want to check to see if validation errors occurred before closing the popup from the same javascript function. How can I do this? Thanks!


Reply With Quote