Index: lams_central/web/includes/javascript/common.js =================================================================== diff -u -r3cda86bc223f3388c928ad0139a23d783847b6ac -r18a56f3282ea805520af439c056f1230a68ee567 --- lams_central/web/includes/javascript/common.js (.../common.js) (revision 3cda86bc223f3388c928ad0139a23d783847b6ac) +++ lams_central/web/includes/javascript/common.js (.../common.js) (revision 18a56f3282ea805520af439c056f1230a68ee567) @@ -104,7 +104,7 @@ } else {// code for IE6, IE5 xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } - xmlhttp.open("POST", url, true); + xmlhttp.open("POST", url, false); xmlhttp.send(); } \ No newline at end of file