PC Review


Reply
Thread Tools Rate Thread

How do I capture the timestamp multiple times in one form?

 
 
=?Utf-8?B?R1NVX1Bpa2U=?=
Guest
Posts: n/a
 
      19th Jul 2005
I need to have a form where the user clicks on a button to capture the time -
three different times and then I need that form to be emailed when the user
clicks on submit. Any ideas?
 
Reply With Quote
 
 
 
 
Sparky Polastri
Guest
Posts: n/a
 
      19th Jul 2005

"GSU_Pike" <(E-Mail Removed)> wrote in message
news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
>I need to have a form where the user clicks on a button to capture the
>time -
> three different times and then I need that form to be emailed when the
> user
> clicks on submit. Any ideas?


ASP. FrontPage won't do that with it's form handler.


 
Reply With Quote
 
=?Utf-8?B?R1NVX1Bpa2U=?=
Guest
Posts: n/a
 
      19th Jul 2005
thanks for the reply sparky. any other suggestions?

"Sparky Polastri" wrote:

>
> "GSU_Pike" <(E-Mail Removed)> wrote in message
> news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
> >I need to have a form where the user clicks on a button to capture the
> >time -
> > three different times and then I need that form to be emailed when the
> > user
> > clicks on submit. Any ideas?

>
> ASP. FrontPage won't do that with it's form handler.
>
>
>

 
Reply With Quote
 
Stefan B Rusynko
Guest
Posts: n/a
 
      20th Jul 2005
See http://www.javascriptkit.com/script/...calendar.shtml

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"GSU_Pike" <(E-Mail Removed)> wrote in message news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
|I need to have a form where the user clicks on a button to capture the time -
| three different times and then I need that form to be emailed when the user
| clicks on submit. Any ideas?


 
Reply With Quote
 
=?Utf-8?B?R1NVX1Bpa2U=?=
Guest
Posts: n/a
 
      20th Jul 2005
Stefan,
That will do the trick. Thank you very much!

"Stefan B Rusynko" wrote:

> See http://www.javascriptkit.com/script/...calendar.shtml
>
> --
>
> _____________________________________________
> SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> "Warning - Using the F1 Key will not break anything!" (-;
> To find the best Newsgroup for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
> _____________________________________________
>
>
> "GSU_Pike" <(E-Mail Removed)> wrote in message news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
> |I need to have a form where the user clicks on a button to capture the time -
> | three different times and then I need that form to be emailed when the user
> | clicks on submit. Any ideas?
>
>
>

 
Reply With Quote
 
=?Utf-8?B?R1NVX1Bpa2U=?=
Guest
Posts: n/a
 
      27th Jul 2005
I'm sorry I guess I didn't give enough details. Here's what I'm trying to
do: I need a form/page that will allow a user to click on a button and
capture the time on my server - not from their machine - and then display the
time. They will need to capture the server's time, three or four times and
then print that page with all the timestamps. What will be the easiest way
to do this?

"GSU_Pike" wrote:

> Stefan,
> That will do the trick. Thank you very much!
>
> "Stefan B Rusynko" wrote:
>
> > See http://www.javascriptkit.com/script/...calendar.shtml
> >
> > --
> >
> > _____________________________________________
> > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > "Warning - Using the F1 Key will not break anything!" (-;
> > To find the best Newsgroup for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > _____________________________________________
> >
> >
> > "GSU_Pike" <(E-Mail Removed)> wrote in message news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
> > |I need to have a form where the user clicks on a button to capture the time -
> > | three different times and then I need that form to be emailed when the user
> > | clicks on submit. Any ideas?
> >
> >
> >

 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      27th Jul 2005
It takes some server side scripting in php or as an ssi, but there's an example here:
http://javascriptkit.com/script/scri...rvertime.shtml

Your also going to need a separate button for each time stamp, or a way to step ( loop ) through 4
variables
when the button is clicked.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

"GSU_Pike" <(E-Mail Removed)> wrote in message
news:5C379148-1ABC-4D21-85EE-(E-Mail Removed)...
> I'm sorry I guess I didn't give enough details. Here's what I'm trying to
> do: I need a form/page that will allow a user to click on a button and
> capture the time on my server - not from their machine - and then display the
> time. They will need to capture the server's time, three or four times and
> then print that page with all the timestamps. What will be the easiest way
> to do this?
>
> "GSU_Pike" wrote:
>
> > Stefan,
> > That will do the trick. Thank you very much!
> >
> > "Stefan B Rusynko" wrote:
> >
> > > See http://www.javascriptkit.com/script/...calendar.shtml
> > >
> > > --
> > >
> > > _____________________________________________
> > > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
> > > "Warning - Using the F1 Key will not break anything!" (-;
> > > To find the best Newsgroup for FrontPage support see:
> > > http://www.net-sites.com/sitebuilder/newsgroups.asp
> > > _____________________________________________
> > >
> > >
> > > "GSU_Pike" <(E-Mail Removed)> wrote in message

news:7A079D04-0F9E-43E7-8F3B-(E-Mail Removed)...
> > > |I need to have a form where the user clicks on a button to capture the time -
> > > | three different times and then I need that form to be emailed when the user
> > > | clicks on submit. Any ideas?
> > >
> > >
> > >



 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to print a form multiple times on one page Craig Microsoft Excel Misc 3 20th Mar 2008 05:37 PM
open form multiple times billy_pit Microsoft Access Reports 5 13th Feb 2008 06:44 PM
Using a form multiple times =?Utf-8?B?c291Y2hpZTQw?= Microsoft Access 3 16th Dec 2005 12:29 AM
Running a Report Multiple Times from a Form FRKoron Microsoft Access Form Coding 1 22nd Oct 2003 09:05 PM
Re: How to open a form multiple times... Albert D. Kallal Microsoft Access Forms 0 28th Aug 2003 04:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:19 AM.