Ver Mensaje Individual
  #8 (permalink)  
Antiguo 20/12/2004, 06:37
Avatar de Prefontaine
Prefontaine
 
Fecha de Ingreso: agosto-2004
Mensajes: 313
Antigüedad: 20 años, 8 meses
Puntos: 0
Pués no es exceseivamente largo, es este:

<td width="549" height="40" class="titulo2">



Crear Equipo</td>
</tr>
<tr align="center">
<td width="549" height="121">



<form name="Form1" method="post" action="agregar_equipo.asp" onsubmit="return verifica(this.form)">
<div align="center">
<center>
<table border="0" width="311" height="158" style="border-collapse: collapse" bordercolor="#111111" cellpadding="0" cellspacing="0">
<tr>
<td width="108" height="24">Nombre Equipo:&nbsp;</td>
<td width="187" height="24">
<input type="text" name="Nombre" maxlength="20" style="border:1px inset #C0D0F0; background-color: #C0D0F0; color: #489A3D; font-family: Verdana; font-size: 8pt; font-weight: bold; "type=text name=src maxlength=200 class=edit onFocus="enfoca(this);" onBlur="desenfoca(this);" size="23">
</td>
</tr>
<tr>
<td width="108" height="17">Breve Descripción</td>
<td width="187" height="17">
<input type="text" name="Descripcion" maxlength="25" style="border:1px inset #C0D0F0; background-color: #C0D0F0; color: #489A3D; font-family: Verdana; font-size: 8pt; font-weight: bold; "type=text name=src maxlength=200 class=edit onFocus="enfoca(this);" onBlur="desenfoca(this);" size="23"></td>
</tr>
<tr>
<td width="108" height="23">E-mail de contacto</td>
<td width="187" height="23">
<input type="text" name="contacto" maxlength="200" style="border:1px inset #C0D0F0; background-color: #C0D0F0; color: #489A3D; font-family: Verdana; font-size: 8pt; font-weight: bold; "type=text maxlength=200 class=edit onFocus="enfoca(this);" onBlur="desenfoca(this);" size="23"></td>
</tr>
<tr>
<td width="108" height="13"></td>
<td width="187" height="13">
</td>
</tr>
<tr>
<td width="108" height="43"></td>
<td width="187" height="43">
<input type="submit" name="Submit" value="Envíar" class="boton">
</td>
</tr>
<tr>