Ver Mensaje Individual
  #12 (permalink)  
Antiguo 01/05/2011, 15:23
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
Respuesta: sobre descarga web

así
Cita:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Pagina nueva 1</title>
<script type="text/javascript">
function fnc(f) {
f.action = 'www.especialidadesmedicaselite.com/descargar.php?file=' + f.T1.value;
return true;
}
</script>
</head>
<body>
<form method="POST" action="" name="frm" onsubmit="return fnc(this);">
<p><input type="text" name="T1" size="20"><input type="submit" value="Enviar" name="B1"><input type="reset" value="Restablecer" name="B2"></p>
</form>

</body>

</html>