Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2006, 11:34
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 3 meses
Puntos: 772
Hola mape367

Prueba con esto:

<select name="combo" onchange="_ver(this);">

Código:
function _ver(obj) {
  valor = obj.value;
  valorAux = obj.options[obj.selectedIndex].getAttribute('disvalue');
}
Saludos,