| 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 ( "<font color=black>Your navigator is</font><br>"
+ navigator.appName + navigator.appVersion)
</script>