PC Review Forums Newsgroups Microsoft Word Microsoft Frontpage Timestamp

Reply

Timestamp

 
Thread Tools Rate Thread
Old 23-07-2003, 07:57 AM   #1
Shona
Guest
 
Posts: n/a
Default Timestamp


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


  Reply With Quote
Old 23-07-2003, 08:02 AM   #2
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Timestamp

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)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Shona" <Shona.Smith@uk.bosch.com> wrote in message
news:bflf68$34b$1@ns2.fe.internet.bosch.com...
> 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
>
>



  Reply With Quote
Old 23-07-2003, 03:54 PM   #3
Thomas A. Rowe
Guest
 
Posts: n/a
Default Re: Timestamp

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)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Shona" <Shona.Smith@uk.bosch.com> wrote in message
news:bflh0e$4ol$1@ns2.fe.internet.bosch.com...
> Yes I first set up a Timestamp confirmation on the confirmation page which

I
> thought would just pick it up. That didn't work so then I set a timestamp
> on the form and that didn't work. I then added the timestamp to the

results
> and that didn't work. They are all asp pages. The timestamp is

definitely
> visible in the database.
>
> Hope that helps!
>
> Cheers Shona
>
> "Thomas A. Rowe" <tarowe@mvps.org> wrote in message
> news:eEsULDPUDHA.556@TK2MSFTNGP12.phx.gbl...
> > 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)
> > http://www.ycoln-resources.com
> > FrontPage Resources, Forums, WebCircle,
> > MS KB Quick Links, etc.

>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off