Ver Mensaje Individual
  #9 (permalink)  
Antiguo 20/12/2004, 07:26
Avatar de PMP
PMP
 
Fecha de Ingreso: febrero-2003
Ubicación: Chacabuco - Buenos Aires
Mensajes: 214
Antigüedad: 22 años, 2 meses
Puntos: 1
Código PHP:
<% 
Dim Fecha_Preestablecida 
Dim Fecha_Actual 
Dim dias 

Fecha_Preestablecida 
'Acá va la fecha preestablecida' 

Fecha_Actual Now() 

dias DateDiff("d"Fecha_PreestablecidaFecha_Actual

If 
dias >= 0 then 
%> 
<
form name="Form1" method="post" action="agregar_equipo.asp" onsubmit="return verifica(this.form)">
<
table><tr><td width="549" height="40" class="titulo2" colspan="2">Crear Equipo</td></tr
<
tr
<
td width="108" height="24">Nombre Equipo:&nbsp;</td>
<
td width="187" height="24">
<
input type="text" name="Nombre" maxlength="20" 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" 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" 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>
</
table>
<% 
end if 
%>