Ver Mensaje Individual
  #4 (permalink)  
Antiguo 27/08/2004, 04:18
r01010010
 
Fecha de Ingreso: mayo-2004
Mensajes: 89
Antigüedad: 20 años
Puntos: 0
getElementById.....

NO ME DEVUELVE NADA....
tampoco si utilizo: alert(document.all.selectt.value);
ni alert(document.selecct.value);

No se que pasa, tengo el netscape 7.2



CODIGO:

<script language="javascript">

function alertar(ddl)
{
alert(document.getElementById('selectt').value);
}
</script>
<select name="selectt" class="menu02-HOVER"
onChange="alertar('primervalor');>
<option value="hello">hola</option>
<option value="hello">hola</option>
</select>