Indentify your browser : Browser Info « Window Browser « JavaScript DHTML
- JavaScript DHTML
- Window Browser
- Browser Info
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>
Related examples in the same category