0

I have to restrict the user of opening new tab,minimizing or opening another browser while running a web page.

Is there any way for me to make this happening?

jaswanth
  • 1
  • 2
  • Why? There must be a reason but I don't see it. Many times a programmer will get a requirement to do something which should not actually be done. Better to ask for the reason to do something and then, based on that, investigate the problem and possible solutions instead of starting with the solution which might wrong from the get-go. – Igor Oct 28 '15 at 17:52

1 Answers1

0

One liner answer, you can't. You can control your page certain extend programmatically by restricting resize of the window or make it full screen but you can't restrict users minimizing or opening another browser while running a web page.

Click here for details of browser full screen mode programmatically, this full screen mode provides an illusion of restricting of another browser opening by hiding the options. But that's not the case, once user exit from full screen everything will be back in original state, so users can perform minimizing or opening another browser or a new tab.

Community
  • 1
  • 1
Sudipta Kumar Maiti
  • 1,669
  • 1
  • 12
  • 18