Se puede crear una web con el siguiente código:
<html>
<head>
<title>detector de la Google Toolbar</title>
<object id=”detection” classid=”clsid:00EF2092-6AC5-47c0-BD25-CF2D5D657FEB”></object>
</head>
<body>
<script language=”javascript” type=”text/javascript”>
if (typeof(detection.Search)!= “undefined”) {
document.write(“Google Toolbar Instalada”);
} else {
document.write(“Google Toolbar NO Instalada”);
}
</script>
</body>
</html>
Por Googlemania