×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

JavaScript & DHTML example - How to get the code name of the browser of a visitor using Javascript?


JavaScript & DHTML - How to get the code name of the browser of a visitor using Javascript?

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 & DHTML

 
<< Go back