Hey all,
I'm developing an online testing system. If there are multiple tests, there are admin-defined breaks between each test.
I've used a modal window (all users are using IE, 100% guaranteed) for the countdown which is launched in the main window's onLoad.
The problem is that if the user is quick enough they can prevent the display of the modal window by pressing Esc and stopping the main window from loading (everything happens too fast to stop the page by using the 'Stop' button). If this happens, they could take an unlimited break.
I can handle the Esc key but it does me no good if the page hasn't loaded yet. Is there any way to force a page to load? I'm guessing not....
I'm developing an online testing system. If there are multiple tests, there are admin-defined breaks between each test.
I've used a modal window (all users are using IE, 100% guaranteed) for the countdown which is launched in the main window's onLoad.
The problem is that if the user is quick enough they can prevent the display of the modal window by pressing Esc and stopping the main window from loading (everything happens too fast to stop the page by using the 'Stop' button). If this happens, they could take an unlimited break.
I can handle the Esc key but it does me no good if the page hasn't loaded yet. Is there any way to force a page to load? I'm guessing not....
Comment