Mega Code Archive

 
Categories / JavaScript DHTML / Window Browser
 

Indentify your browser

<html> <body> <h1>Welcome!</h1> <hr> <p>Your browser identifies itself to the server as:<br>  <script language="JavaScript" type="text/javascript">     document.write(navigator.userAgent + "."); </script> </p> </body> </html>