InfoDial

JAVASCRIPT MSIE BROWSER DECTECTION

The below code when inserted on a page that is well traveled will detect browser type and will forward visitors either to a page that supports MSIE or does not.

We recommend that you use this in conjunction with the Browser Check CGI that has been available already from InfoDial Inc. This will check to see if the visitor has a browser newer than Netscape version 1.0. It would then forward them to a page that would perform this JavaScript browser detect. The red type shows where you should place the urls for MSIE and non MSIE links:

Follow this link to a demonstration of this feature.

<SCRIPT LANGUAGE="JavaScript">
<!--
var ver = navigator.appVersion;
if (ver.indexOf("MSIE") != -1)
{
window.location.href="NOTmsie.htm"
}else
window.location.href="YESmsie.htm"
// -->
</SCRIPT>


| Home | | Site Map | | Search | | Pricing | | Purchase |
| Features | | Cashier3D Online Commerce | | Press Section | | Technical Support |


InfoDial
©1997 InfoDial, Inc.