1

It's been a while I used Internet Explorer to access different websites and it always shows Internet Explorer blocked a pop-up from www.example.com. I don't believe it is to block viruses, as all the websites I access are healthy.

  1. What does "pop-up" really mean?
  2. Any reasons for blocking a pop-up?
  3. How can I disable these annoying pop-up messages?

Also, does Super User contain any pop-ups?

enter image description here

Ben N
  • 42,308
John Joe
  • 151

2 Answers2

3

Pop-ups are additional browser windows that are opened (usually) via JavaScript. A function frequently responsible for opening the popup window is window.open.

Most browsers have popup-blocking features because popups are annoying. As mentioned in the comments, shady websites frequently throw up numerous windows with ads or malware. Most popup blockers only allow popups if the window was created in an event handler that runs in response to a user action. For example, a popup blocker might allow a new window to appear when you click on a button, but not in response to a timer.

Super User, to my knowledge, never creates popups. Therefore, it's very likely that there is other software on your computer that is injecting content into otherwise "healthy" web pages. Please see How can I remove malicious spyware, malware, adware, viruses, trojans or rootkits from my PC? Once you clean out the malicious software, you will probably barely ever see a "popup blocked" message.

Ben N
  • 42,308
2

Since Ben answered questions #1 and #2, I'll take a stab at #3. These instructions should work with current versions of Internet Explorer (IE). I'm writing these directly from IE 11.

In the Internet Explorer menu bar select Tools, then Internet Options.
1) On the Privacy tab, click the Setting button next to the Turn on Pop-up Blocker check box.
2) Near the bottom of that window, uncheck the box next to Show Notification Bar when a pop-up is blocked.
3) Click Close, then click OK.

B540Glenn
  • 1,095