Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/11/2011, 20:01
Avatar de Briss
Briss
 
Fecha de Ingreso: junio-2011
Mensajes: 1.293
Antigüedad: 12 años, 9 meses
Puntos: 12
Respuesta: a href conel valor un input

Lo he solucionado de la siguiente manera por si a alguien le sirve
Código PHP:
<input type="text" name="ide" id="ide" value="" size="26" /> 
Es el input

<a href="#" onclick="top.window.location.href='correo.php?rfdo cente='+document.getElementById('ide').value ; return !1" ><img src="img/5.png" width="104" /></a>


Funciona Perfecto