Browser Detection Using the Navigator Object
The navigator has some properties that are supported by both Netscape and Internet Explorer. Two of them are:
We can use these properties to identify the type and version of browser the client is using.
The following is your browser type and version:
You can right click on the page and select "view source" to see the coding.