phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phptest-users] Help with java and PHP timer for PHPTest


From: TW-2
Subject: [Phptest-users] Help with java and PHP timer for PHPTest
Date: Fri, 17 Jan 2003 05:09:29 -0700

I have a timer function for phptest I'm trying to integrate into PHPTest,
the problem is after the user takes the test and the timer runs out I can't
get the java part to forward to the page and set the $submit variable so the
test will be graded. Here's the chunk of javascript:

function expired(){
alert("Time expired");
location.href="???????";
}

this is located in the functions.js file, so my question is how do I alter
this so it will reload the test.php page and set the submit variable so the
test will get graded.....

Thanks!

TW




reply via email to

[Prev in Thread] Current Thread [Next in Thread]