Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/12/2003, 03:23
sqa212
 
Fecha de Ingreso: mayo-2003
Mensajes: 866
Antigüedad: 22 años
Puntos: 0
<%@ LANGUAGE = "VBScript" %>
<%
fecdia1=request.form("fecdia1")
fecmes1=request.form("fecmes1")
fecyear1=request.form("fecyear1")
fecdia2=request.form("fecdia2")
fecmes2=request.form("fecmes2")
fecyear2=request.form("fecyear2")
fecini= fecdia1 & fecmes1 & fecyear1
fecfin= fecdia2 & fecmes2 & fecyear2
%>
<html>
<head>
<title></title>
</head>
<body>
<table>
<tr>
<td>
Asi no me muetra los valores aunque no se porque?
<%=fecdia1%>
<%=fecmes1%>
<%=fecyear1%>
<%=fecdia1%>
<%=fecmes2%>
<%=fecyear1%>
<%=fecini%>
<%=fecfin%>

Si pongo esto si me muestra los valores
<%
FOR EACH thing IN Request.Form
Response.Write "<br><FONT color=red>" + thing + "</FONT> = " + Request.Form( thing)
next
%>

</td></tr></table>

</body>
</html>

University
GraCIAAS por cntestar