I'm currently working on an ASP.NET project for an online quiz platform. The questions are being selected randomly from a pool of options. Everything is functioning correctly, but I am looking to restrict users from saving or printing the test by hiding the browser menu option when they are taking the quiz. I want to achieve this without opening a new popup window. Is there a way to do this for the active window?
My application consists of 5 web pages, with the quiz itself appearing on pages 3 and 4. Therefore, I only need the menu to be hidden on those specific pages. Can anyone provide guidance on how to accomplish this task? Thank you in advance.