Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Navigator

<html> <body> <script type="text/javascript">      document.write("You are browsing this site with: "+ navigator.appName) </script> </body> </html>