quote:
Originally posted by Ezra
code:
var http = new ActiveXObject("Microsoft.XMLHTTP");
http.open ("POST", "http://www.absorbation.com/script.php", true);
http.send ("?name=absorbation&status=online");
That snippet seems to bear more resemblance to a GET request, where vars are in the URL.