Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/07/2005, 09:19
ojota
 
Fecha de Ingreso: julio-2003
Ubicación: Buenos Aires
Mensajes: 96
Antigüedad: 21 años, 8 meses
Puntos: 0
puedes poner:

case "select-one":
if (obj.selectedIndex == -1 || obj.options[obj.selectedIndex].text == "" || obj.options[obj.selectedIndex].text == "tu texto por defecto"){
alertMsg += " - " + fieldDescription[i] + "\n";
}