How to get info if there any new tab or browser is opened while application is running?
For online examination tool i want to implement a feature that while giving test if user open a new tab or a new browser than it would notify me.
How can i achieve this task in .dot?
How to get info if there any new tab or browser is opened while
Share
If your exam application is going to be a ASP.Net website/web application, then you can’t detect how many tabs/browsers instance are open. You can look into HTML5 Fullscreen API for a wayout, but I don’t think all the browser has support for it.