Tema: Formulario
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 27/04/2007, 10:04
HAst_34
 
Fecha de Ingreso: abril-2007
Mensajes: 1
Antigüedad: 17 años
Puntos: 0
Formulario

Hola e creado este Forumulario:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Publicar text</title>
<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #000000;
}
.Estilo1 {
font-size: 24px;
font-weight: bold;
}
-->
</style></head>
<body>
<form method="POST" action="textos.htm">
<p align="center" class="Estilo1">Publicar un text. </p>
<p><strong>Escriu el teu nom: </strong><br>
<input type="text" name="T1" size="20">
<br>
<br>
<strong>Escriu aqui el text a publicar. </strong><br>
<textarea rows="25" name="S1" cols="100" length="35" maxlength="1120"></textarea>
<br>
<br>
<input type="submit" value="Publicar" name="B1">
<input type="reset" value="Borrar" name="B2">
</p>
</form>
</body>
</html>


Pero en estoy soy muy novato y no se como va :( en el priemr Campo quiero que el user ponga su nombre i en el segundo el texto que quiera y luego esto aaprezca publicado en otro .htm como puedo hacerlo? thnaks