Newbies richard mallion Posted November 27, 2001 Newbies Posted November 27, 2001 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
CyberSport Posted November 27, 2001 Posted November 27, 2001 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
Recommended Posts
This topic is 8665 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 accountSign in
Already have an account? Sign in here.
Sign In Now