
28/09/2006, 14:05
|
| | Fecha de Ingreso: septiembre-2006
Mensajes: 161
Antigüedad: 18 años, 7 meses Puntos: 0 | |
mira este es el codigo que tengo para mi pag de inicio:
<form name="NombreForm" action="RP.asp" method="post">
<table width="600" height="60" border="2" align="center" bordercolor="#db0202">
<tr>
<td bgcolor="#CCCCCC"><table width="250" border="0" align="center">
<tr>
<td height="25" align="center" valign="bottom"><strong>Ingresa la Fecha del Reporte</strong></td>
</tr>
<tr>
<td height="25" align="center" valign="top">(dd/mm/aaaa)</td>
</tr>
</table></td>
<td align="center" bgcolor="#CCCCCC"><table width="250" border="0">
<tr>
<td height="13" align="center"><p>
Fecha Inicial<br>
<input name="Fecha1" type="text" id="Fecha1" size="20" maxlength="10">
</p> </td>
<td height="13" align="center">Hora Inicial<br>
<input name="Hora1" type="text" id="Hora1" size="20" maxlength="10"></td>
</tr>
<tr>
<td height="12" align="center">Fecha Final<br>
<input name="Fecha2" type="text" id="Fecha2" size="20" maxlength="10"></td>
<td height="12" align="center">Hora Final<br>
<input name="Hora2" type="text" id="Hora2" size="20" maxlength="10"></td>
</tr>
<tr>
<td height="25" align="center" colspan="2"><input type="submit" name="Submit" value="Consultar">
<input type="reset" name="Submit2" value=" Limpiar "></td>
</tr>
</table></td>
</tr>
</table> |