Code Corona

نسخه کامل: کد تشخیص مرور گر کاربر(این کد مشکلش چیه؟)
شما در حال مشاهده نسخه ساده شده مطالب هستید. نسخه کامل را به همراه قالب بندی ببینید.
<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>
لینک‌های مرجع