>> KYSCORP.COM TUTORIALS >> Javascript Tutorials

Navigator's version and name

By the means of this script you can easily display the name and the version of the navigator using appName and appVersion:


<script language="javascript">

document.write ( "Your navigator is"
+ navigator.appName + navigator.appVersion)

</script>


Carpe diem people...