Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/02/2005, 16:07
thunder.scripts
 
Fecha de Ingreso: febrero-2005
Mensajes: 670
Antigüedad: 19 años, 10 meses
Puntos: 0
Código HTML:
<html>
<head>
<title></title>
<script type="text/javascript">
function mostrar_sel() {
document.getElementById('txt').value = document.getElementById('ids[4]').value;
}
</script>
</head>
<body>
<p>
<select name="ids[4]" id="ids[4]" >
<option value="1">valor 1</option>
<option value="2">valor 2</option>
</select></p>
<input type="button" value="ver" onclick="mostrar_sel();"><input type="text" id="txt">
</body>
</html> 
getElementByName no lo conozco :S
Te recomiendo que encierres los atributos HTML entre comillas ;)

Suerte
Fede
__________________
Federico H. García
Desarrollo Web
www.federicog.com.ar