非常急啊!!!请大家帮忙看看我这个日期录入的问题!!!
其中a.asp显示日期控件
<td width="11%" height="25">
<p align="center"><font size="2" color="#800000">开工年月</font></p>
</td>
<td width="23%" height="25" valign="center">
<OBJECT class=f9
classid=clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1
height=18 id=kgny name=kgny
style="HEIGHT: 18px; LEFT: 0px; TOP: 0px; WIDTH: 86px"
width=86 VIEWASTEXT codebase=../MSCOMCT2.OCX><PARAM NAME="_ExtentX" VALUE="2275"><PARAM NAME="_ExtentY" VALUE="476"><PARAM NAME="_Version" VALUE="393216"><PARAM NAME="MousePointer" VALUE="0"><PARAM NAME="Enabled" VALUE="1"><PARAM NAME="OLEDropMode" VALUE="0"><PARAM NAME="CalendarBackColor" VALUE="-2147483643"><PARAM NAME="CalendarForeColor" VALUE="-2147483630"><PARAM NAME="CalendarTitleBackColor" VALUE="-2147483633"><PARAM NAME="CalendarTitleForeColor" VALUE="-2147483630"><PARAM NAME="CalendarTrailingForeColor" VALUE="-2147483631"><PARAM NAME="CheckBox" VALUE="0"><PARAM NAME="CustomFormat" VALUE="yyyy/MM/dd"><PARAM NAME="DateIsNull" VALUE="0"><PARAM NAME="Format" VALUE="662831107"><PARAM NAME="UpDown" VALUE="0"><PARAM NAME="MaxDate" VALUE="2958465"><PARAM NAME="MinDate" VALUE="-109205"></OBJECT>
<input type=hidden name=kgyear>
<input type=hidden name=kgmonth>
<input type=hidden name=kgday>
<td width="9%" height="25">
<p align="center"><font size="2" color="#800000">竣工年月</font></p>
</td>
<td width="25%" height="25" valign="center">
<OBJECT class=f9
classid=clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1
height=18 id=jgny name=jgny
style="HEIGHT: 18px; LEFT: 0px; TOP: 0px; WIDTH: 86px"
width=86 VIEWASTEXT codebase=../MSCOMCT2.OCX><PARAM NAME="_ExtentX" VALUE="2275"><PARAM NAME="_ExtentY" VALUE="476"><PARAM NAME="_Version" VALUE="393216"><PARAM NAME="MousePointer" VALUE="0"><PARAM NAME="Enabled" VALUE="1"><PARAM NAME="OLEDropMode" VALUE="0"><PARAM NAME="CalendarBackColor" VALUE="-2147483643"><PARAM NAME="CalendarForeColor" VALUE="-2147483630"><PARAM NAME="CalendarTitleBackColor" VALUE="-2147483633"><PARAM NAME="CalendarTitleForeColor" VALUE="-2147483630"><PARAM NAME="CalendarTrailingForeColor" VALUE="-2147483631"><PARAM NAME="CheckBox" VALUE="0"><PARAM NAME="CustomFormat" VALUE="yyyy/MM/dd"><PARAM NAME="DateIsNull" VALUE="0"><PARAM NAME="Format" VALUE="662831107"><PARAM NAME="UpDown" VALUE="0"><PARAM NAME="MaxDate" VALUE="2958465"><PARAM NAME="MinDate" VALUE="-109205"></OBJECT>
<input type=hidden name=jgyear>
<input type=hidden name=jgmonth>
<input type=hidden name=jgday>
</td>
b.asp来取值
kgsj=Request.Form("kgyear") & "-" & Request.Form("kgmonth") & "-" & Request.Form("kgday")
jgsj=Request.Form("jgyear") & "-" & Request.Form("jgmonth") & "-" & Request.Form("jgday")
但页面总提示错误!请问我那里错了!
叩谢