xmlHttp

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anushri123
    New Member
    • Apr 2008
    • 2

    xmlHttp

    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;
Working...