Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/08/2007, 03:14
ARJSystem
 
Fecha de Ingreso: mayo-2007
Mensajes: 118
Antigüedad: 17 años
Puntos: 0
Re: Recuperar valor de un select para validacion

Ya esta resuelto, simplemente he tenido que poner el if de la siguiente manera

var indice = document.busca.sector.selectedIndex;
if(document.busca.criterio.value=="" && document.busca.empresa.value=="" && document.busca.sector.options[indice].text=="-")