<html>
<head><title>Test</title>
</head>
<body>
<h1>Objekt-Abfrage</h1>
<script type="text/javascript">
<!--
if(! document.images)
document.write("<p>Schade, Ihr Browser kennt das image-Objekt nicht - Sie verpassen was!<br>");
else
document.write("<p>Gut, Ihr Browser kennt das image-Objekt!<br>");
if(document.all)
document.write("Ach, und Ihr Browser ist von Microsoft ;-)<\/p>");
else
document.write("Ach, und Ihr Browser ist ja gar nicht von Microsoft ;-)<\/p>");
//-->
</script>
</body>
</html>