Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/10/2008, 10:11
Avatar de America|UNK
America|UNK
 
Fecha de Ingreso: noviembre-2006
Ubicación: Piura - Perú
Mensajes: 582
Antigüedad: 17 años, 4 meses
Puntos: 56
Respuesta: Hacer formulario...duda

Con javascript puedes hacerlo.
Código HTML:
<script type="text/javascript">
function go(){
 to = document.getElementById("url").value;
 window.open('http://anonymouse.org/cgi-bin/anon-www.cgi/'+to, 'Page');
 return false;
}
</script>
<form onSubmit="return go()">
<input type="text" id="url" value="http://"/>
<input type="submit" />
</form> 
Si no lo quieres así debes hacer uso de PHP.
__________________
/* El que atiende, entiende..., el que entiende, aprende!.
Desarrollo Web Freelance, Contactar */