JavaScript Reference/Javascript Properties/userAgent — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:21, 26 мая 2010
"userAgent" Example
<html>
<body>
<button onclick="alert(navigator.userAgent);">User Agent</button>
</body>
</html>
"userAgent" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |clientInformation navigator |
+----------------+--------------------------------------------------------------+
"userAgent" Syntax and Note
Note:
Read-only property.
Returns the name and version of the user agent, or browser.
Syntax:
objectName.userAgent