|
Here is this code just copy it and try it on your browser. I tried it on main and it works
This is the code:
<SCRIPT LANGUAGE="javascript">
var an = navigator.appName;
var av = navigator.appVersion;
document.write("You are using <B>" +an+
"</B>, version " +av+ ".<BR>")
</SCRIPT>
This came out on the screen:
You are using Netscape, version 5.0 (Windows; de)
But don't forget this is an information for my browser
|