
15/06/2008, 16:17
|
| | Fecha de Ingreso: junio-2008
Mensajes: 3
Antigüedad: 16 años, 9 meses Puntos: 0 | |
Respuesta: hace upload a txt dentro de una caja de texto algo asi seria::
<html>
<head>
<title>Formulario </title>
</head>
<body>
<form id="form1" name="form1" method="post" action="enviar.php">
<label>
<textarea name="mensaje" id="mensaje"></textarea>
<br />
<label>
<input type="submit" name="Submit" value="Enviar " />
</label>
</p>
</form>
</body>
</html>
Última edición por zano; 15/06/2008 a las 16:19
Razón: x
|