Skip to content

Commit

Permalink
Add recommendation for modals instead
Browse files Browse the repository at this point in the history
  • Loading branch information
thorst committed Apr 19, 2014
1 parent f97948a commit 18f666f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ For Firefox, open a new tab, go to `about:config`, then search for `disable_wind

### Pop up being blocked

Most browser have pop up blockers installed. If you call a popup WITHOUT user interaction, say on page load, it will be blocked by the popup blocker. If a user was involved, such as a user clicking a button, the blockers will allow the popup. If the popup is blocked your user may not see the notification to allow them to see the pop up, and if they do they will have to choose to perminantly allow or just for that one time. So avoid doing it without the users interaction.
Most browser have pop up blockers installed. If you call a popup WITHOUT user interaction, say on page load, it will be blocked by the popup blocker. If a user was involved, such as a user clicking a button, the blockers will allow the popup. If the popup is blocked your user may not see the notification to allow them to see the pop up, and if they do they will have to choose to perminantly allow or just for that one time. So avoid doing it without the users interaction. If you would like to do something without user interaction I would suggest a modal window such as [this](http://getbootstrap.com/javascript/#modals) or [that](http://jqueryui.com/dialog/)

### Same origin

Expand Down

0 comments on commit 18f666f

Please sign in to comment.