Hi!
Also ich hab das ganze Gedöne mit dem Span und der Tab. mal rausgenommen, auch wenn der Span ein End-Tag hat und die Tabelle 240 pixel hoche ist ;). Mit is nämlich neu das table keine height mehr kennt. Naja. Hab auch wieder getElementById eingebaut. Hatte etwas veralteten Code kopiert. Sorry.
Hier noch mal der neue Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 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()
{
document.getElementById("VeoNetCamAcx").Login(ip,port,user,pw);
}
</script>
</head>
<body bgcolor="#ffffff" marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" onLoad="doPlay()">
<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>
</body>
</html>
Und ich kann dir nur den Quellcode geben. Das ganze ist nur fürs Intranet. Sofern du jetzt mit nem Link gerechnet hattest.
Gruß,
Jan