Hi All,
I am working on a page that is has date field that once it submits goes to the same page and hides itself and create a hidden field with it's value.
I have the following code right now... How can I make it work the way I have stated above...
<FORM NAME=getDailyLogTime METHOD=post ACTION="getMailLog.asp"><BR>
<TABLE align=center cellSpacing=0 cellPadding=1 border=1 bordercolor="#cccccc" style="BORDER-COLLAPSE: collapse">
<TR>
<TD bgcolor=navy align=middle colspan=2><FONT color=white><B>Daily Mail Log</B></FONT></TD></TR>
<TR>
<TD><B>Date</B></TD><TD><Input type="text" class="INPUTTEXT" style="text-align:center" id="Date" name="Date" size=10 Value=<%Response.write Date%> maxlength=10> <A href="javascript:ShowDate('getDate_Category.Date',this.getDate_Category.Date.value)"><IMG src="..\images\help.gif" align=center border="0"></A></TD></TR>
</TABLE><BR>
<CENTER><INPUT Type=button Value=Submit OnClick="Validate"> <INPUT type=reset value=Reset></CENTER>
</FORM></BODY></HTML>
I am working on a page that is has date field that once it submits goes to the same page and hides itself and create a hidden field with it's value.
I have the following code right now... How can I make it work the way I have stated above...
<FORM NAME=getDailyLogTime METHOD=post ACTION="getMailLog.asp"><BR>
<TABLE align=center cellSpacing=0 cellPadding=1 border=1 bordercolor="#cccccc" style="BORDER-COLLAPSE: collapse">
<TR>
<TD bgcolor=navy align=middle colspan=2><FONT color=white><B>Daily Mail Log</B></FONT></TD></TR>
<TR>
<TD><B>Date</B></TD><TD><Input type="text" class="INPUTTEXT" style="text-align:center" id="Date" name="Date" size=10 Value=<%Response.write Date%> maxlength=10> <A href="javascript:ShowDate('getDate_Category.Date',this.getDate_Category.Date.value)"><IMG src="..\images\help.gif" align=center border="0"></A></TD></TR>
</TABLE><BR>
<CENTER><INPUT Type=button Value=Submit OnClick="Validate"> <INPUT type=reset value=Reset></CENTER>
</FORM></BODY></HTML>