<script language="JavaScript">
<!--//hide script
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC")&&(navigator.platform != "Mac68k")) {
document.write("<OBJECT ID=\"AxisCamControl\" CLASSID=\"CLSID:xxxx\" WIDTH=\"352\" HEIGHT=\"288\" CODEBASE=\"http:///activex/AxisCamControl.cab#Version=1,0,2,15\">");
document.write("<PARAM NAME=DisplaySoundPanel VALUE=0>");
document.write("<PARAM NAME=URL VALUE=\"http://xxxx/_/tools/webcam.html?_FRAME=64&refresh=0&datei=webcam-2-0.jpg&pid=\">");
document.write("</OBJECT>");
}
else {
theDate = new Date();
var output = "<img SRC=\"http://xxxxx/_/tools/webcam.html?_FRAME=64&refresh=0&datei=webcam-2-0.jpg&pid=";
output += theDate.getTime();
output += "\" ALT=\"Press Reload if no image is displayed\">";
document.write(output);
}
//end hide -->
</script> |