Monday 03 July 2006 8:12:20 am
Honestly, don't do it. If you don't want people on certain browsers to have a bad experience then you should concider what you are about to do to them (a popup window telling them they should change the browser they are using is the worst experience they could possibly have). Why would you want to do this to a user? Is it because the online editor does not work in browsers other that IE? If this is the case I'd suggest that rather than deny access or blast them with the "you need a better browser" thing with any browser other than IE, you serve them an alternative instead. Have you looked at the possability of IE conditional comments:
<!--[if IE]>
template for Online Editor here
<[endif]-->
this way people who don't like to use IE (for many reasons) don't get blocked from the site, they simply get a less interactive experience. Cheers!
Pardon me while I burst into flames...
|