DISQUS

Tech-Recipes: XP SP2: window.createPopup() method only opens one window per page | Windows | Tech-Recipes

  • Anonymous · 4 years ago
    Er... I think you're confusing "popup windows" with the createPopup method.

    Popup windows (like the ones on questionable sites) are created with window.open, and there is no restriction on this AFAIK (although popup blockers will of course take care of these).

    The createPopup method has *always* created only one popUp object at a time (see the MSDN documentation); this has nothing to do with SP2.