voila le code de la page data.txt
textField=
<html>
<head>
</head>
<body>
Essai de texte avant l'image ... <p>
<script LANGUAGE="JavaScript">
<!--//hide script
if ((navigator.appName == "Microsoft Internet Explorer" )&&(navigator.platform != "MacPPC" )&&(navigator.platform != "Mac68k" ))
{ document.write("<OBJECT ID=\"CamImage\" WIDTH=\"350\" HEIGHT=\"273\" " );
document.write("CLASSID=CLSID:917623D1-D8E5-11D2-BE8B-00104B06BDE3 CODEBASE=\"http://adresse camera/activex/AxisCamControl.cab#Version=1,0,2,15\">" );
document.write("<PARAM NAME=\"URL\" VALUE=\"http://adresse camera/axis-cgi/mjpg/video.cgi?\">" );
document.write(" <FONT style=\"font-family:arial, helvetica; font-size:13px;\"><BR><B>Axis ActiveX Camera Control</B><BR>" );
document.write("The AXIS ActiveX Camera Control, which enables you to view live image streams in Microsoft Internet Explorer, could not be registered on your computer.<BR>" );
document.write("</OBJECT>" );
}
else
{
theDate = new Date();
var output = "<img SRC=\"http://adresse camera/axis-cgi/mjpg/video.cgi?";
output += theDate.getTime()
output += "\" ALT=\"Press Reload if no image is displayed\">";
document.write(output);
}
//end hide --></script>
<p>Essai de texte apres l'image<p>
</body>
</html>
---------------
Je comprends pas pkoi ça marche ...