Definition at line 275 of file index.js.
References process_eventdata(), and var().
Referenced by onload().
279 try { xmlHttp =
new XMLHttpRequest(); }
282 try { xmlHttp =
new ActiveXObject(
"Microsoft.XMLHTTP"); }
285 try { xmlHttp =
new ActiveXObject(
"Msxml2.XMLHTTP"); }
288 alert(
"Your browser doesn't support dynamic reload.");
294 xmlHttp.open(
'POST',
'fadcontrol-eventdata.bin',
true);
299 if (xmlHttp.readyState == 4)
301 if (xmlHttp.status!=200)
303 alert(
"HTTP request error: "+xmlHttp.statusText+
" ["+xmlHttp.status+
"]");
304 setTimeout(
"refresh_text()", 10000);
310 setTimeout(
"refresh_graphics()", 5000)
po::typed_value< T > * var(T *ptr=0)
function process_eventdata(result)