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