Looking at five or six login sections for various major 'web 2.0' sites, many of them seem to do all the validation server-side.
Can anyone provide any reasons for why none of these use client side validation aswell (i.e. javascript)? A prime example would be checking for empty text boxes when the user clicks 'login' and popping up an alert('Please enter your password and try again')
).
Im aware it is easily circumvented/disabled, so for security reasons is pointless.