Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2008, 01:36
Avatar de Gerifaltus
Gerifaltus
 
Fecha de Ingreso: junio-2005
Ubicación: Tabasco, México
Mensajes: 180
Antigüedad: 18 años, 10 meses
Puntos: 4
Re: duda con recuperacion de texto de options de un select

Puede que te sirva esto:

Código:
var valor_select = document.getElementById('PERFIL_EGRESO');
var txt_select = valor_select.options[valor_select.selectedIndex].value;
alert('Valor del option seleccionado '+txt_select);
Saludos
__________________
:::.. Todo tiene un ¿Por qué? y un ¿Para qué? ..:::
:::.. Todo se reduce a un SI y a un No ..:::