Help for this page
function validate_form(form) { if ( form.user_id.value == "" || form.password.value == "" ) ... } ... }