I have spent so much time on it that I've got myself confused! I am trying to make a form with and address. (city, state, and zip) where it will validate it. The city must be greater than 2 characters long, with no numbers, the state must be 2 characters long with no numbers. The zip, either 5 or 10 characters long. If any of these are wrong, I need an alert to come up. This I can do fine. <br><br>Here's the problem: If zip is correct, the city and state can be blank. If the city and state are not blank, they need to be varified by the above explaination.<br><br>How can I code this? I am a fairly new JavaScript user and my brain is fried!<br><br>Thanks!