<%@ 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