if (!is_client) {
if (getMainContext().init_params[key] != value) {
debug("storeInitParam: " + key + " => " + value);
- new Ajax.Request("backend.php?op=rpc&subop=storeParam&key=" +
- param_escape(key) + "&value=" + param_escape(value));
+ //new Ajax.Request("backend.php?op=rpc&subop=storeParam&key=" +
+ // param_escape(key) + "&value=" + param_escape(value));
+ var f = getMainContext().document.getElementById("backReqBox");
+ f.src = "backend.php?op=rpc&subop=storeParam&key=" +
+ param_escape(key) + "&value=" + param_escape(value);
}
}
getMainContext().init_params[key] = value;
start the daemon process or contact instance owner.
</div>
+<iframe id="backReqBox"></iframe>
+
<ul id="debug_output"></ul>
<div id="infoBoxShadow"><div id="infoBox"> </div></div>