Descrition
Get the users list of IP Camera. (administrator privilege required)
Grammar
/GetUser.cgi[?ShowPrivilege=<true|false>][&JsVar=variable[&OnJs=function]]
Remark
Format of returned text:
If ShowPrivilege=false, Each line represent a user name.
Otherwise, Every two lines represent a user, and first line is user name, the second is privilege.
Example
<html>
<script>
function ShowResult(o)
{
alert(sUserList);
}
</script>
<script src="/GetUser.cgi?JsVar=sUserList&OnJs=ShowResult">
</script>
</html>