Cita:
Iniciado por alberto510a
Usa un evento onchange para que le añada el atributo disabled (html) al cambiar de opción.
Código:
onchange="javascript: if(this.disabled == false){this.disabled = 'true'}"
Quedaría así eso lo añades en el select y debe funcionar perfecto.
GRACIAS! Funciono perfecto!