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