<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
<html>
 
<head>
 
<title>:: LSM BrowserType ::</title>
 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
</head>
 
 
<body>
 
<?
 
  include "LSMBrowserType.class.php";
 
  $brtype = new LSMBrowserType();
 
  echo "Browser type : ".$brtype->getBrowsername()."<BR>" ;
 
  echo "OS name : ".$brtype->getOSname() ;
 
  
 
?>
 
</body>
 
</html>
 
 |