Description
Get camera's name. (no privilege required)
Grammar
/GetName.cgi[?JsVar=variable[&OnJs=function]]
Remark
Each line represent an item, and every item is in the format as Name = Value.
(Refer to SetName.cgi)
Example
<html>
<script>
function ShowResult(o)
{
alert(sName);
}
</script>
<script src="/GetName.cgi?JsVar=sName&OnJs=ShowResult">
</script>
</html>