Navigator 2.0, Internet Explorer 3.0
navigator.userAgent
navigator.userAgent is a read-only string property that specifies the value the browser uses for the user-agent header in HTTP requests. In Navigator 2.0 and 3.0, this property is the value of navigator.appCodeName followed by a slash and the value of navigator.appVersion. For example:
Mozilla/2.01 (Win16; I)
In Internet Explorer 3.0, this property has the value "Mozilla/2.0 (compatible; MSIE 3.0A; Windows 95)". Once again, this is the value of appCodeName followed by a slash and the value of appVersion.
file: /Techref/language/java/script/definitive/refp_263.htm, 4KB, , updated: 2019/10/14 15:00, local time: 2024/11/8 09:39,
3.139.83.210:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/language/java/script/definitive/refp_263.htm"> [Chapter 21] Reference: Navigator.userAgent</A> |
Did you find what you needed? |