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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
GSU_Pike said:
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.
 
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?
 
It takes some server side scripting in php or as an ssi, but there's an example here:
http://javascriptkit.com/script/script2/servertime.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
 
Back
Top