home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 March / EnterCD 03_2004.iso / Multimedia / Adobe GoLive CS / data1.cab / PF_AppDir_Mod_JScript_ActionScripts / BrowserSwitchMain.js < prev    next >
Encoding:
Text File  |  2003-12-10  |  281 b   |  3 lines

  1. var skipPage = true; bAgent = window.navigator.userAgent; bAppName = window.navigator.appName; var bBrowserIdx;
  2. if(bAppName.indexOf("Explorer") >= 0)bBrowserIdx = bAgent.indexOf("MSIE ");else bBrowserIdx = bAgent.indexOf("Netscape/"); 
  3. %1if (skipPage) { location = /*URL*/'%2'; }