X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fxhr.js;h=c3816a64104d5ea0eaebd9b31e9ac8fad5008d64;hb=0d462f547c388b20d72a9de96955484636736108;hp=52a19ff3d3ac25a116b6395c5778b50a5f94c1db;hpb=a3d99f9962b15f3f60096ae5342bf6c347c82ee7;p=brisk.git diff --git a/web/xhr.js b/web/xhr.js index 52a19ff..c3816a6 100644 --- a/web/xhr.js +++ b/web/xhr.js @@ -1,7 +1,10 @@ /* * brisk - xhr.js * - * Copyright (C) 2006 matteo.nastasi@milug.org + * Copyright (C) 2006-2008 Matteo Nastasi + * mailto: nastasi@alternativeoutput.it + * matteo.nastasi@milug.org + * web: http://www.alternativeoutput.it * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -70,7 +73,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);