Add your comments
DLS Archives
May 2012
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Essential Windows Apps | Do Not Track | Microsoft Office | SayNow | LibreOffice | Zeam Android Launcher | Dead Space iPhone | Firefox 4 Mobile | Firefox 4 Release | PlayStation iPhone App | Excel Tips | Android Launcher | Google One Pass | Dead Space | Google Cloud Print | Songbird for Android | NBA Jam | Internet Explorer 9 | Windows 7 Connector for Mac | Office Mac 2011 | IE9 RC






Reader Comments (Page 1 of 1)
(Unverified)Jul 29th 2006 12:30AM
ie redirect.js [it's in the metadata for the site]
==============
function BrowserRedirect()
{if(!g_IERedirectUrl||g_IERedirectUrl=="")
{g_IERedirectUrl="http://www.microsoft.com/info/preview/default.mspx"}
if(IE6IE7SupportCheck()){window.location.href=g_IERedirectUrl;}}
function RootBrowserRedirect()
{if(!g_RootRedirectUrl||g_RootRedirectUrl=="")
{g_RootRedirectUrl="http://preview.microsoft.com/en/us/default.aspx";}
window.location.href=g_RootRedirectUrl;}
function IE6IE7SupportCheck()
{var ie6,ie7;var nu='';var objBrwsr=navigator;var nua=objBrwsr.userAgent;var op=(nua.indexOf('Opera')!=-1);var ie=((nua.indexOf('MSIE')!=-1)&&!op);var str_pos=nua.indexOf('MSIE');var nu=nua.substr((str_pos+5),3);ie6=(ie&&(nu.substring(0,1)==6));ie7=(ie&&(nu.substring(0,1)==7));return(!ie6&&!ie7);}