
01/03/2002, 07:17
|
| | Fecha de Ingreso: enero-2002
Mensajes: 1.872
Antigüedad: 23 años, 4 meses Puntos: 3 | |
Re: Problema Registros a grandes rasgos Mecenias, este es el codigo donde introduzco la actividad
<html>
<head>
<title>Busqueda</title>
</head><body bgcolor="#FFFFCC">
<p align="center">&nbsp; </p>
<p align="center">&nbsp;</p>
<p align="center">&nbsp;
<table width="636" border="0" align="center">
<tr>
<td width="98" height="34"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Actividad</font></td>
<td width="159" height="34">
<input type="text" name="actividad">
</td>
<td colspan="2" height="34">&nbsp; </td>
</tr>
<tr>
<td colspan="4">&nbsp; </td>
</tr>
<tr>
<td colspan="4">
<div align="center">
<form method="post" action="buscar1.asp">
<input type="submit" name="Submit" value="Buscar">
</form>
</div>
</td>
</tr>
</table>
<div align="center"></div>
<p> </p>
</body>
</html> |