How do we exit a procedure/function in javascript? I have a form on a web page. When my "Submit" button is pressed, a function is called that validates my form. If a particular radio button is selected, I want to exit the function and forget validating the form. I am very frustrated with this problem since my book, plus all my searches on the web have not shown anybody doing this with javascript.
Bookmarks