hi all,
I have the following problem:
when i want to post a value from the browser (IE6.0)like this:
var xh = new ActiveXObject("Msxml2.XMLHttp.4.0");
xh.open("POST","http://localhost/test.php",false);
xh.onreadystatechange=
function(){if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.