Hi,
I need to validate a form when the user hits submit.
Basically I want to say that if certain fields on the form have a value of " " then display a message box and prevent the form being submitted to the ASP file ELSE submit the form normally.
Now I came up with something but its not working because when I hit submit with the fields blank its being sent to the process.asp file with not message box appearing.
What is wrong with what I am doing?
In the header I put this,
In the body I put this,
Any ideas?