JavaScript help: abort submission if all fields aren't entered
I cribbed this section of JS, but it only puts up an alert message, while still submitting an empty form. How do I add an abort action to this?if(user == '' || user == 'undefined' || user == 'null' || desc == 'null' || desc == '' || desc == 'undefine...