This topic is locked

How can I save the output of a javascript ?

6/18/2005 1:03:19 AM
ASPRunnerPro General questions
author

I am trying to create a help desk GUI to track the length of calls. I have added a running timer written in javascript to my "add new" page. It will display a a running timer at the bottom of the page. Is there a way I can have the output of this javascript saved in one of the database fields?
Thanks for any help.

Jay

admin 6/20/2005

Hi,
you can use javascript code that will be called when Save button clicked and saves current time in one of edit/add form fields.