Greetings all,

I've been googling all day and still haven't found how to combine a form validation with a getelementbyId "Please wait...loading" message.

I found this awesome tutorial here regarding the "Please wait" message.

http://www.dynamicdrive.com/forums/s...ad.php?t=38639

As well as many regarding zip code validation.

For example, http://javascript.internet.com/forms/val-zip-code.html

I'm just having trouble putting these two together to work so that after the user provides a valid 5 digit number and hits submit the "Please wait" message will appear.

I know...I know I'm new to this.