Ver Mensaje Individual
  #4  
Antiguo 25-02-2008
Avatar de dec
dec dec is offline
Moderador
 
Registrado: dic 2004
Ubicación: Alcobendas, Madrid, España
Posts: 13.107
Reputación: 34
dec Tiene un aura espectaculardec Tiene un aura espectacular
Hola,

Habría que ver porqué el error: a mí me funciona bien, como es espera.

Código PHP:
<html>

<
script>
function 
cambiaProducto(oSelect){
  
alert(oSelect.value);
}
</script>

<body>

<select name="producto1" onchange="cambiaProducto(this);">
  <option>Pepe</option>
  <option>Juan</option>
</select>


</body>

</html> 
__________________
David Esperalta
www.decsoftutils.com
Responder Con Cita