Tema: Ayuda
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/12/2002, 09:56
Avatar de Chuty
Chuty
 
Fecha de Ingreso: noviembre-2002
Ubicación: el bar de la esquina
Mensajes: 609
Antigüedad: 21 años, 6 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