
16/12/2002, 09:56
|
 | | | Fecha de Ingreso: noviembre-2002 Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 22 años, 4 meses Puntos: 2 | |
Ayuda Tengo un input type "text" y un input type "button"
Como envio una variable, atravez de un onclick
<input type="text" value="" id="$numero" size="6" maxlength="6">
<input type="button" value="Numero" onclick='location.href="hoja1.php?numero"'>
desde ya muchas gracias |