Hi there!
I wonder why most sites rarely use javascript to validate form input. I usually see them validate the input during the server-side process. Are there any reasons that most sites do this? In my site, I usually validate the form input during the client-side process (I mean check the valid email address, empty input, etc. using javascript). Are there any disadvantages if I do it like this?
Hope someone could give me some ideas about this.
Thank in advance.
Makara Kao

