|    
			
				01/08/2008, 05:04
			
			
			  | 
  |   |  |  |  |  Fecha de Ingreso: enero-2008 Ubicación: Barcelona 
						Mensajes: 79
					 Antigüedad: 17 años, 9 meses Puntos: 1 |  | 
  |  Respuesta: getElement en onclick  
  Prueba esto: 
Código:
  <input type="text" name="expNumero" id="expNumero"> <input type="button" value="Consultar" onclick="javascript:document.location.href='index.php?menu=edicion_pas&expNum='+getElementById(expNumero)">
    |