Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

TimeOut


This topic is 8370 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

Does anyone know how to get a browser to disconnect after x minutes.

I am trying to create an online examination test using FileMaker. What I need is to give the user x-minutes to complete the test. Once the x-minutes have been reached they either get logged out or re-directed to a results page.

Thanks in advance

Richard

Link to comment
Share on other sites

yep. did this last spring; i think some old post might also address this:

<script language="javascript"><!---//

function sendit(){

alert("Your 80 minutes are up, this form will now be submitted")

document.forms[0].submit()

}

//---></script>

</HEAD>

<BODY BGCOLOR="#FFF3D9" onloaad="setTimeout('sendit()',30000)">

(just take the extra "a" out of onload since i can't post that word)

bevin

Link to comment
Share on other sites

This topic is 8370 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.