
23/01/2007, 13:05
|
 | | | Fecha de Ingreso: enero-2007 Ubicación: Macul
Mensajes: 300
Antigüedad: 18 años, 1 mes Puntos: 0 | |
Re: mismo formulario en php ¿?¿? pucha ya no me resulta anda parece que no me explique bien de nuevo
tengo esto miren:
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="">
<table width="75%" border="1">
<tr>
<td>ingrese nombre</td>
<td>
<input type="text" name="textfield">
</td>
<td>
<input type="submit" name="Submit" value="Submit">
</td>
</tr>
</table>
</form>
</body>
</html>
cuando aprenten Submit
kiero ke aparesca el contenido del telxfiel en este mismo formulario |