JCB: ActiveX Objekte in HTML

Beitrag lesen

Weiterraten bringt nichts. Zeig die Seite.

Ok, du hast es so gewollt ;):

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>NetCam</title>
<meta name="description" content="DDC 1055">
<meta http-equiv="expires" content="0">

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<META http-equiv="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<meta HTTP-EQUIV="Expires" CONTENT="0">

<script language="JavaScript" type="text/javascript">

function doPlay()
{
   VeoNetCamAcx.Login(ip...,port...,user...,pw...);
}

</script>

</head>

<body bgcolor="#ffffff" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" onLoad="doPlay()">

<span id=video style="position:absolute; left:0;top:0;z-index:1;">
      <table border=0 width=320 height=240 cellspacing=0 cellpadding=0 >
      <tr>
         <td bgcolor=#ffffff style="background-image:url(logo.jpg)">
            <span id=vid style="position:absolute; top:-1000px;">

<object classid='clsid:0957C19A-D854-482A-A4F9-18856C723D7D' id="VeoNetCamAcx"
       codebase='XNC600NetCam.cab#version=2,0,6,4' width='320' height='240'>
        <param name='_Version' value='65536'>
        <param name='_ExtentX' value='8467'>
        <param name='_ExtentY' value='6350'>
        <param name='_StockProps' value='0'>
        XNC600NetCam ActiveX Control
        </object>
            </span>
         </td>
      </tr>
      </table>
</span>
</body>
</html>

Gruß,

Jan