Q
Qaspec
I'm trying to have my field display the current time but using this the field
returns the following: <%=Now()%>
<input type="text" name="DateStamp" value="<%=Now()%>" size="21"
maxlength="256">
returns the following: <%=Now()%>
<input type="text" name="DateStamp" value="<%=Now()%>" size="21"
maxlength="256">