![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
13/11/2006, 21:06
|
![Avatar de fenix_ikki](http://static.forosdelweb.com/customavatars/avatar65637_1.gif) | | | Fecha de Ingreso: mayo-2004
Mensajes: 25
Antigüedad: 20 años, 8 meses Puntos: 0 | |
Este es mi HTML <html>
<head>
<title>Nuevo</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form name="form1" method="post" action="agregar_registro.php">
<table width="30%" border="2" align="center" cellspacing="0">
<tr bgcolor="#003399">
<td colspan="2"><div align="center"><font color="#FFFFFF" size="2"><strong>Seguimiento de Nro Telefonico</strong></font></div></td>
</tr>
<tr>
<td><font color="#00309C" size="2"><strong>Telefono</strong></font></td>
<td><font size="2">
<input name="tele" type="text" id="tele">
</font></td>
</tr>
<tr>
<td><font color="#00309C" size="2"><strong>Operador</strong></font></td>
<td><font size="2">
<input name="oper" type="text" id="oper">
</font></td>
</tr>
<tr>
<td height="211"><font color="#00309C" size="2"><strong>Detalle</strong></font></td>
<td><font size="2">
<textarea name="deta" id="deta"></textarea>
</font></td>
</tr>
<tr>
<td colspan="2" align="center"><font size="2"> </font><font size="2">
<input type="submit" name="Submit" value="Enviar">
</font></td>
</tr>
</table>
</form>
</body>
</html> |