18-01-2007, 10:25 AM
<html>
<head>
<title>browser information</title>
</head>
<body>
<h1>Browser information</h1>
<hr>
<p>
the<b>navigator</b>object obtains the following information
about the browser you are using.</p>
<ul>
<script LANGUAGE="JavaScript">
document.write("<il><b>code name:</b>"+navigator.appcodename);
document.write("<il><b>App name:</b>"+navigator.appname);
document.write("<il><b>App version :</b>"+navigator.appversion);
document.write("<il><b>User agent:</b> "+navigator.useragent);
document.write("<il><b>Language:</b>"+navigator.language);
document.write("<il><b>Platfoem:</b>"+navigator.platform);
</script>
</ul>
<hr>
</body>
</html>
<head>
<title>browser information</title>
</head>
<body>
<h1>Browser information</h1>
<hr>
<p>
the<b>navigator</b>object obtains the following information
about the browser you are using.</p>
<ul>
<script LANGUAGE="JavaScript">
document.write("<il><b>code name:</b>"+navigator.appcodename);
document.write("<il><b>App name:</b>"+navigator.appname);
document.write("<il><b>App version :</b>"+navigator.appversion);
document.write("<il><b>User agent:</b> "+navigator.useragent);
document.write("<il><b>Language:</b>"+navigator.language);
document.write("<il><b>Platfoem:</b>"+navigator.platform);
</script>
</ul>
<hr>
</body>
</html>