Hi Friends,
I am using xmlHttp in .net.
Code is working fine in IE but not in Mozilla firebox.
Can somebody help...
var szURL = "db.aspx";
var szHttpMethod = "POST";
objHTTP.Open(sz HttpMethod, szURL,false);
objHTTP.SetRequ estHeader("Cont ent-Type", "applicatio n/x-www-form-urlencoded");
objHTTP.Send();
var szReply = objHTTP.Respons eText;
I am using xmlHttp in .net.
Code is working fine in IE but not in Mozilla firebox.
Can somebody help...
var szURL = "db.aspx";
var szHttpMethod = "POST";
objHTTP.Open(sz HttpMethod, szURL,false);
objHTTP.SetRequ estHeader("Cont ent-Type", "applicatio n/x-www-form-urlencoded");
objHTTP.Send();
var szReply = objHTTP.Respons eText;