I would like the current date to appear in a text field
giving the site visitor the option to change the date
prior to submitting form.

Anybody know how to do this?

Re: Date in Text Field by David

David
Sun Nov 02 00:19:19 CST 2003

If it's an ASP page <%=Date()%> It would look like this:

<input type="text" name="Date" size="20" value="<%=Date()%>">

--
David Berry - MCP
Microsoft MVP - FrontPage
FrontPage Support: http://www.net-sites.com/sitebuilder/
-----------------------------------
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
-----------------------------------
"PinkBishop" <PinkBishop@hotmail.com> wrote in message
news:009d01c3a0fc$8b7e9f80$a001280a@phx.gbl...
> I would like the current date to appear in a text field
> giving the site visitor the option to change the date
> prior to submitting form.
>
> Anybody know how to do this?



Re: Date in Text Field by PinkBishop

PinkBishop
Sun Nov 02 01:00:00 CST 2003

Thanks! Worked Great!


>-----Original Message-----
>If it's an ASP page <%=Date()%> It would look like this:
>
><input type="text" name="Date" size="20" value="<%=Date()%
>">
>
>--
>David Berry - MCP
>Microsoft MVP - FrontPage
>FrontPage Support: http://www.net-sites.com/sitebuilder/
>-----------------------------------
>To assist you in getting the best answers for FrontPage
support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>-----------------------------------
>"PinkBishop" <PinkBishop@hotmail.com> wrote in message
>news:009d01c3a0fc$8b7e9f80$a001280a@phx.gbl...
>> I would like the current date to appear in a text field
>> giving the site visitor the option to change the date
>> prior to submitting form.
>>
>> Anybody know how to do this?
>
>
>.
>