Hola: Sirrohan
este es el codigo que me enviaste cierto ?:
Código PHP:
<title>Documento sin título</title>
<script language="javascript">
function funcion(combo1)
{
document.getElementById('marcas').value=document.getElementById('combo1').value;
}
</script>
</head>
<body>
<form action="" name="formularito">
<table width="250" border="1">
<tr>
<td>
<select name="combo1" size="1">
<option value="adidas">ADIDAS</option>
<option value="nike">NIKE</option>
<option value="umbro">UMBRO</option>
<option value="diadora">DIADORA</option>
<option value="fila">FILA</option>
</select>
</td>
</tr>
<tr>
<td>
<input type="text" name="combito" id="marcas" size="5" />
</td>
</tr>
<tr>
<td>
<input type="button" value="shit" onclick="document.getElementById('marcas').value=document.getElementById('combo1').value">
</td>
</tr>
</table>
</form>
</body>
así me queda realmente: [URL="http://sjl-wifi.com/warcraft.php"]http://sjl-wifi.com/warcraft.php[/URL]
necesito tu ayuda, que al momento de hacer clic, lo que estaba en el combo pase a ese textbox.