Navigator:detect the client's browser
<html> <body> <script type="text/javascript"> document.write("You are browsing this site with: "+ navigator.appName) </script> </body> </html>