Timestamp

S

Shona

How do I get the timestamp to appear on the confirmation page?

I inserted it as a component Confirmation Field but it doesn't appear.

Any ideas would be great?

Cheers Shona
 
T

Thomas A. Rowe

Have you set the form up to set a timestamp and have you assigned that
actual name of the form field to the Confirmation Field?

Are you processing the form via the FP extensions or ASP?

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

If page are all ASP, then use either of the following:

<%
CurDate = Date()
%>

or

<%
CurDate = Now()
%>

then to display:

<%=CurDate%>

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top