Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/09/2006, 04:09
Avatar de ZiTAL
ZiTAL
 
Fecha de Ingreso: marzo-2004
Ubicación: Bermio (Bizkaia)
Mensajes: 1.545
Antigüedad: 20 años, 11 meses
Puntos: 62
;)

te he echo un programita haber si te vale:

Código HTML:
<html>
<head>
<script type="text/javascript">
 function Aukeratu(a)
  {   
   	var b=a.selectedIndex;
   	var c=a[b].value;
   	alert(c);
  }
</script>
</head>
<body>
<select name="bat" id="bat" onChange="Aukeratu(this)">
<option value="cero">cero</option>
<option value="uno">bat</option>
<option value="dos">bi</option>
</select>
</body>
</html> 
__________________
http://zital.no-ip.org
____________________

Euskerie ahuen eta bijotzan

Última edición por ZiTAL; 20/09/2006 a las 07:09 Razón: cambio document.write por alert