This topic is locked

Timer Function in Form

6/26/2007 8:47:17 PM
ASPRunnerPro General questions
Lowkeck authorDevClub member

Is it possible to add code in a form field on the edit page that would do the following:
onload:

  1. Display and start counting the amout of time (hh:mm.ss format) since the page loaded
    after save:
  2. save the value that is displayed when the end user hits the save button to the corresponding column in the database table
    Any ideas would be appreciated.
    Thanks,

    Jason

Sergey Kornilov admin 6/29/2007
Lowkeck authorDevClub member 7/2/2007

Check this tutorial:

http://www.oracledbaexpert.com/jscript/26.html



Thank you. This is what I am looking for.