X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxhr.js;h=c33c2e86e8d7d9f9c6212b1beee2497d67c4bd0c;hb=094ceeb2b4059cd147b1d77a3010a974f301df01;hp=52a19ff3d3ac25a116b6395c5778b50a5f94c1db;hpb=a3d99f9962b15f3f60096ae5342bf6c347c82ee7;p=brisk.git diff --git a/web/xhr.js b/web/xhr.js index 52a19ff..c33c2e8 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -70,7 +70,7 @@ function xhr_rd_start(sess,stat,subst,step) /* NOTE document.uniqueID exists only under IE */ // if (g_is_spawn == 1) // alert("di qui3: "+(g_is_spawn == 1 ? "&table_idx="+g_table_idx : "")); - xhr_rd.open('GET', 'index_rd.php?sess='+sess+"&stat="+stat+"&subst="+subst+"&step="+step+"&onlyone="+(document.uniqueID ? "TRUE" : "FALSE")+"&myfrom="+myfrom+(g_is_spawn == 1 ? "&table_idx="+g_table_idx : ""), true); + xhr_rd.open('GET', 'index_rd.php?sess='+sess+"&stat="+stat+"&subst="+subst+"&step="+step+"&onlyone="+(document.uniqueID ? "TRUE" : "FALSE")+"&myfrom="+myfrom, true); // try { xhr_rd.onreadystatechange = function() { xhr_rd_cb(xhr_rd); } xhr_rd.send(null);