This doesn’t affect just ASP.NET developers, however the article concentrates on Microsoft technologies.
How to Make Your Web Site Work with Windows XP Service Pack 2 shows what you need to do to be prepared for the changes to Internet Explorer, principally how to design safe pop-ups.
XP SP2 will be pushed to all current XP users, so every web developer should at least give these new guidelines an overview.
Related posts:
- 7 Tips to Improve Your Web Site Copy If you haven't revisited your web site copy in a...
- How To Use Icons On Your Web Site We all know that a picture tells a thousand words...
- New Release: Build Your Own Web Site The Right Way Using HTML & CSS Build Your Own Web Site The Right Way Using HTML...
- Could you Build a Complete Web Site in 24 Hours? The FullCodePress competition is back in Sydney for 2009. This...
- 7 Tips To Make Your Web Site Mobile-friendly Have you optimized your web site for mobile visitors? In...






Interesting read, thanks for that. I don’t use pop-ups all to often anyway. Everything else I’m pretty much covered :D
May 30th, 2004 at 2:21 am
Some of those choices are very interesting. For instance, IE will block all popups except for popups created with window.createPopup(), which is a proprietary Microsoft extension since IE 5.5.
Another thing that’s interesting is that IE will block all file downloads that are the result of a web page redirect, but not those that are the result of a mouse click. This would therefore be incompatible with the way sites such as sourceforge.net or download.com currently handle downloads (Your download should begin shortly… etc).
May 30th, 2004 at 8:48 pm
Big companies with experienced developers will be able to code their way out of these inconveniences. It’s the small website operators who will be in deep doodoo. More browser specific code. “Microsoft – annoying like a mosquito, taking blood from everyone”. I’ll be interested to see the fallout after the new version. I see this being broadly applied instantaneously thanks to Microsoft’s instant updater, so the shockwaves should be unstoppable.
June 10th, 2004 at 10:54 am
mmj.. thank u very much..
November 25th, 2004 at 5:08 am
I just started creating sites and stumbled into a problem – sp2 won’t allow Dreamweaver rollovers (maybe all rollovers?) without specifically changing the browser settings to allow it. My visitors aren’t going to do that. Is there a work-around for this?
January 1st, 2005 at 6:03 pm