Technically I don't believe you are allowed to disable the back button in the browser.
Given that you are creating an examination system one solution is to set a session variable counting the questions answered and on page load if they are trying to load a page with a lower number than the previous quiestion (by pressing back) then send them back to the correct page, or an error trapping page, if you want to warn them.
|