Detecting Client Web Browser (Rated 5)Description:
This will detect the client browser visiting a page. Code starts here
<html>
<head>
<script type="text/javascript">
document.write("You are browsing this site with: "+ navigator.appName)
</script>
</head>
<body>
</body>
</html>
Submitted by Devscripts on 17-02-2003 21:13 |