dawilis
12-09-2003, 02:24 PM
any one see why this is not working
Im trying to get the month name from the calendar function but cant seem to pull the data from the form value "Condate"
<td width="23%"><input name="Condate" type="text" class="txtbox3" id="Condate" onClick='showCalendar(this, this, "dd/mm/yy","en",1)' value="<%=getdate3%>" size="15" readonly>
<%
x = request.form("Condate")
monthnum = MonthName(Month(x))
%>
<input name="WMonth" type="hidden" value="<%=monthnum %>"> </td>
<td width="19%"><div align="center">Name / Promotion</div></td>
<td width="44%"><input name="name" type="text" id="name"></td>
Im trying to get the month name from the calendar function but cant seem to pull the data from the form value "Condate"
<td width="23%"><input name="Condate" type="text" class="txtbox3" id="Condate" onClick='showCalendar(this, this, "dd/mm/yy","en",1)' value="<%=getdate3%>" size="15" readonly>
<%
x = request.form("Condate")
monthnum = MonthName(Month(x))
%>
<input name="WMonth" type="hidden" value="<%=monthnum %>"> </td>
<td width="19%"><div align="center">Name / Promotion</div></td>
<td width="44%"><input name="name" type="text" id="name"></td>