facebook
twitter
feed

Qué comentan tus amigos

OJO
artículo de publicado el 19 de abril de 2004...

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

Rellena el formulario para poder comentar...

XHTML permitido:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>