I am trying to make required fields in a form that contains fields, of First Name, Last Name, Zip code, etc. I have conquered the aspect of the fields being required without problem. My real problem is figurung out how JavaScript handles scripts that aren't strings. Here is the area of my...