Hi
In my project i had a login form and i am trying to send the username and password to the server for authentication using xmlHttpRequest. Hence i am using POST request but i am unable to send data. I tried sending using GET request and GET is working fine.
Here is code snippet
[CODE=javascript]function postRequest() { \n\
if(window.Activ eXObject) \n\
xmlHTTPObj = new ActiveXObject(' Microsoft.XMLHT TP');...