Fri, 17 May 2024


How to get the code name of the browser of a visitor using Javascript?

By: Nathalie, NetArt Media
Wed, 20 October 2021

For this purpose you may use the read only property of the navigator object.


<SCRIPT >

document.write("The code name is " + navigator.appCodeName);


</SCRIPT>


Category: Javascript
Share this post:



See All Scripts






Subscribe for our newsletter

Receive the latest blog posts direct in your mailbox