Set objHttp = CreateObject("MSXML2.XMLHTTP.4.0")

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kalpana singh
    New Member
    • Aug 2010
    • 1

    Set objHttp = CreateObject("MSXML2.XMLHTTP.4.0")

    The above code does not work for some time .It give's as error as objetc variable not set. What are the possibilities?? ??
    How can we solve it ?Is there any IE version related issues?
    pls ans asap
    thanks
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Not sure what you're creating it for. Can you use
    objhttp=new ActiveXObject(" Microsoft.XMLHT TP");
    instead? What are you using, ASP?

    Comment

    Working...