Can you give me some example??????
it will stay something like this:
code:
var http = new ActiveXObject("Microsoft.XMLHTTP");
http.open ("POST", "http://example", true);
http.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
http.send ("numTelefone=000000"+"name=abcdefgh");