M
Mike
I have a form that I want the current Date to be one of the fields but I
want that field to be unchangeable. I want the person filling out the form
to see the date but can that field be grayed out or something?
Right now my code is like this:
<%OPTION EXPLICIT%>
<%Dim CurDate%>
<%
CurDate = Date()
%>
I am setting the initial value for the field like this:
<input type="text" name="CurrentDate" size="20" value="<%response.write
CurDate%>"></p>
Thanks,
Mikeal
want that field to be unchangeable. I want the person filling out the form
to see the date but can that field be grayed out or something?
Right now my code is like this:
<%OPTION EXPLICIT%>
<%Dim CurDate%>
<%
CurDate = Date()
%>
I am setting the initial value for the field like this:
<input type="text" name="CurrentDate" size="20" value="<%response.write
CurDate%>"></p>
Thanks,
Mikeal