[Kompatibilitätsanzeige für ActiveX]

Mit diesem Skript kann ein Besucher Ihrer Homepage feststellen, ob sein Browser ActiveX kompatibel ist. (ist sinnvoll, wenn Sie ActiveX-Komponenten in Ihrer HP verwenden)

[zwischen <body> und </body>[

<form NAME="form">
<object ID="Label1" WIDTH="1" HEIGHT="1"
 CLASSID="CLSID:978C9E23-D4B0-11CE-BF2D-00AA003F40D0">
<param name="Caption" value="ActiveX">
</object>
<script LANGUAGE="JavaScript">
<!--
if (document.form.Label1) //ActiveX ist aktiv
  {document.write("Your Browser does support ActiveX!<br>Ihr Browser unterst&uuml;tzt ActiveX")}
if (!(document.form.Label1)) //ActiveX ist nicht aktiv
  {document.write("Your Browser does not support ActiveX!<br>Ihr Browser unterst&uuml;tzt kein ActiveX")}
// -->
</script>
</form>

[Autor]

??

[Download]

Kopieren Sie bitte den Code

Copyright © 1998- Nightfire Webworker Archiv Script No: 0001