Locking/Freezing Popups

maddypikachu

Newbie
Joined
Apr 18, 2016
Messages
4
Reaction score
0
Hey,
Is there any popup script which freezes browser and user cant close the tab without filling the form ?
 
No you cannot restrict the user not to close the tab as tab is in browser and your website cannot control the browser.

However, you can go for one solution:-
Whenever user moves the mouse up then you can show an alert javascript popup in the browser. With this you can force user to complete the form before he closes the browser.
 
No you cannot restrict the user not to close the tab as tab is in browser and your website cannot control the browser.

However, you can go for one solution:-
Whenever user moves the mouse up then you can show an alert javascript popup in the browser. With this you can force user to complete the form before he closes the browser.

This is not possible with most current browsers as when a popup comes up more than once the user is given a check box that says "Prevent this window from showing additional dialogs" or something along those lines.
 
Most users are not stupid ( ok some are ) and will Alt F4 or force close as soon as they realize this ( I work on the assumption that most of your users will be using Windows )
 
Back
Top