WinXP SP2 に向けた、ウェブサイト変更指針

How to Make Your Web Site Work with Windows XP Service Pack 2
http://msdn.microsoft.com/security/default.aspx?pull=/library/en-us/dnwxp/html/xpsp2websites.asp

いまいちおかしいような……。Q&A 形式だけど、喋っているのは同一人物っぽい書き方だ。おまけに、ポップアップとみなす対象は

  • A script, with the exception of createPopup().
  • Modal and modeless dialogs.
  • DHTML elements overlapping content on the page

の 3 つだとしているのに、

Function calls that return a window object will return null if the window is blocked. Always check the value of window.open to avoid script errors when pop-ups are blocked.

と、window.open がブロックされうることを示唆している。