- if (input.production)
- {
- }
- else if (((input.section = "Processing Specifications") && (input.caliper.toString() = "")) || (input.pulp.toString() = ""))
- {
- alert "Please complete the rest of the form fields";
- cancel submit;
- }
- else if ((((((input.section = "16 oz Random Sliced Sample") && (input.extraneous = null)) || (input.foreign = null)) || (input.discoloration = null)) || (input.spots = null)) || (input.gill = null))
- {
- alert "Please complete the rest of the form fields";
- cancel submit;
- }
- else
- {
- }
When I fill in all the files (there in no breaking the validated script) it still pops up with the "Alert"