HTML userAgent
<html> <body> <script type="text/javascript"> document.write("<p>UserAgent: ") document.write(navigator.userAgent + "</p>") </script> </body> </html>
<html> <body> <script type="text/javascript"> document.write("<p>UserAgent: ") document.write(navigator.userAgent + "</p>") </script> </body> </html>