cleansedbb
Technical User
I have a form that has a update and log off button.
I changed the button from
<input type=submit name=logoff value=logoff>
to
<input type=submit name=logtimer value=logoff>
log timer is a javascript that opens a new window with
a warning, you have 2:00 and it countsdown at pageload.
is there a way to make that javacript do a form submit
when the counter reaches 0:00 and submit
<input type=submit name=logoff>
I changed the button from
<input type=submit name=logoff value=logoff>
to
<input type=submit name=logtimer value=logoff>
log timer is a javascript that opens a new window with
a warning, you have 2:00 and it countsdown at pageload.
is there a way to make that javacript do a form submit
when the counter reaches 0:00 and submit
<input type=submit name=logoff>