Ver Mensaje Individual
  #2 (permalink)  
Antiguo 16/03/2010, 14:44
Avatar de America|UNK
America|UNK
 
Fecha de Ingreso: noviembre-2006
Ubicación: Piura - Perú
Mensajes: 582
Antigüedad: 17 años, 5 meses
Puntos: 56
Respuesta: Problemas al validar select

Código Javascript:
Ver original
  1. function hideAllErrors() {
  2.     document.getElementById("provinciaError").style.display = "none";
  3. }
  4.  
  5. var provincia;
  6.  
  7. function validacion(formmat){
  8.     var p = formmat.provincia;
  9.     provincia = p.options[p.selectedIndex].value;
  10.     if(p.selectedIndex=="0"){
  11.         hideAllErrors();
  12.         document.getElementById("provinciaError").style.display = "inline";
  13.         //p.select();
  14.         p.focus();
  15.         return false;
  16.     }
  17. }
__________________
/* El que atiende, entiende..., el que entiende, aprende!.
Desarrollo Web Freelance, Contactar */