Index: lams_central/web/includes/javascript/common.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/common.js,v diff -u -r1.6 -r1.7 --- lams_central/web/includes/javascript/common.js 11 Apr 2012 17:07:18 -0000 1.6 +++ lams_central/web/includes/javascript/common.js 10 Oct 2013 16:48:44 -0000 1.7 @@ -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