function NuevaDir() { var f = $("nueva_dir"); f.action = '?add=nuevadir'; var msg = "
Rellenar todos los campos:
";
var error_count = 0;
if( f.provincia.selectedIndex == 0 ) {
msg += " - Provincia
";
f.provincia.className="boxerror";
error_count++;
}
if( trim(f.direccion.value) == '' ) {
msg += " - Direccion
";
f.direccion.className="boxerror";
error_count++;
}
if( trim(f.localidad.value) == '' ) {
msg += " - Localidad
";
f.localidad.className="boxerror";
error_count++;
}
if( trim(f.CP.value) == '' ) {
msg += " - Codigo Postal
";
f.CP.className="boxerror";
error_count++;
}
if( error_count ) {
// alert(msg);
$('form-error-holder').update(msg + "
Rellenar todos los campos:
";
var error_count = 0;
/*if( f.provincia.selectedIndex == 0 ) {
msg += " - Provincia
";
f.provincia.className="boxerror";
error_count++;
}*/
if( trim(f.apellidos.value) == '' ) {
msg += " - Apellidos
";
f.apellidos.className="boxerror";
error_count++;
}
if( trim(f.nom.value) == '' ) {
msg += " - Nombre
";
f.nom.className="boxerror";
error_count++;
}
if( trim(f.nif.value) == '' ) {
msg += " - NIF / DNI
";
f.nif.className="boxerror";
error_count++;
}
if( trim(f.direccion.value) == '' ) {
msg += " - Direccion
";
f.direccion.className="boxerror";
error_count++;
}
if( trim(f.telefon.value) == '' ) {
msg += " - Telefono
";
f.telefon.className="boxerror";
error_count++;
}
if( trim(f.email.value) == '' ) {
msg += " - e-mail
";
f.email.className="boxerror";
error_count++;
}
if( trim(f.localidad.value) == '' ) {
msg += " - Localidad
";
f.localidad.className="boxerror";
error_count++;
}
if( trim(f.password.value) == '' ) {
msg += " - Contraseņa
";
f.password.className="boxerror";
error_count++;
}
if( trim(f.password1.value) == '' ) {
msg += " - Repetir Contraseņa
";
f.password1.className="boxerror";
error_count++;
}
if( trim(f.CP.value) == '' ) {
msg += " - Codigo Postal
";
f.CP.className="boxerror";
error_count++;
}
if( error_count ) {
// alert(msg);
$('form-error-holder').update(msg + "