Code
<SCRIPT language=JavaScript>
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"MjpegControl\" WIDTH=704 HEIGHT=576");
document.write(" CLASSID=\"CLSID:EAA105FE-7BBD-4196-8B96-D46743894195\" ");
document.write(" CODEBASE=\"http://192.168.3.89/plugin/mjpegcontrol.cab#version=2,0,0,13\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"5\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://192.168.3.89/cgi-bin/video.jpg");
document.write("?cam=1&quality=5&size=5\">");
document.write("<PARAM NAME=\"PtzUrl\" VALUE=\"/cgi-bin/control.cgi?cam=1\">");
document.write("</OBJECT>");
}
</SCRIPT>