home *** CD-ROM | disk | FTP | other *** search
- manufacturer = navigator.appName;
- versionnum = parseFloat(navigator.appVersion);
-
- if (manufacturer.indexOf('Netscape') >= 0 && versionnum >= 4.0)
- location.href = '$dhtmlpageurl$';
-
- if (manufacturer.indexOf('Microsoft') >= 0 && versionnum >= 4.0)
- location.href = '$dhtmlpageurl$';
-
-