Description
Get IP Camera's version.(no privilege required)
Grammar
/GetVer.cgi[?JsVar=variable[&OnJs=function]]
Example
<html>
<script>
function ShowVersion()
{
location="/GetVer.cgi";
}
</script>
<a href="javascript:ShowVersion();">Show Version</a>
</html>