home *** CD-ROM | disk | FTP | other *** search
/ The Complete Web Studio 2.0 / WS2_CD1.ISO / WS / Program / resource / javascript / Redirect3.js next >
Encoding:
Text File  |  1999-04-20  |  294 b   |  10 lines

  1. manufacturer = navigator.appName;
  2. versionnum = parseFloat(navigator.appVersion);
  3.  
  4. if (manufacturer.indexOf('Netscape') >= 0 && versionnum >= 4.0)
  5.   location.href = '$dhtmlpageurl$';
  6.  
  7. if (manufacturer.indexOf('Microsoft') >= 0 && versionnum >= 4.0)
  8.   location.href = '$dhtmlpageurl$';
  9.  
  10.