This site is mobile accessible. Press the "Tap Here" button to use a different font-size.



Smartphone icons created by Freepik - Flaticon

The Navigator Object

The product property returns the product name of the browser.

Do not rely on it! Most browsers returns "Gecko" as product name!

// detects and displays the product name of the browser
document.getElementById("demo").innerHTML =
"navigator.product is " + navigator.product;