'userAgent' Example : userAgent « Javascript Properties « JavaScript Reference

'userAgent' Example

    
<html>
<body>
<button onclick="alert(navigator.userAgent);">User Agent</button>
</body>
</html>

    
      
      

Related examples in the same category

1.'userAgent' Syntax and Note
2.'userAgent' is applied to