
19/04/2005, 04:16
|
| | Fecha de Ingreso: febrero-2005
Mensajes: 73
Antigüedad: 20 años, 3 meses Puntos: 0 | |
OTRA COSILLA... EN ESTE CÓDIGO TAN ÚTIL PARA MI QUE ME HAS PRESTADO:
<%
Dim vfecha
vfecha=Request.Form("fecha")
if (vfecha="") OR (IsDate(vfecha)<>true) then
Response.Redirect("formFecha.html?falloFecha=true" )
NO SE QUE SIGNIFICA ...?falloFecha=true")...
SUPONGO QUE TIENE QUE VER CON ...<%
if Request.QueryString("falloFecha")<>false then
%>... QUE MENCIONAS MÁS ARRIBA DE TU MENSAJE
ME LO PODRÍAS EXPLICAR????????
MIL GRACIAS |