Ver Mensaje Individual
  #4 (permalink)  
Antiguo 02/05/2011, 08:35
Avatar de David
David
Moderador
 
Fecha de Ingreso: abril-2005
Ubicación: In this planet
Mensajes: 15.720
Antigüedad: 19 años
Puntos: 839
Respuesta: Error con IE y Google Chrome

Algo como:
Código Javascript:
Ver original
  1. select.onchange = function() {
  2.     if (this.options[this.selectedIndex].text == "Seleccionar") {
  3.         // Hacer algo si se selecciona la opción "Seleccionar"
  4.     }
  5. }
__________________
Por favor, antes de preguntar, revisa la Guía para realizar preguntas.