How to create xmlhttp object for mozilla and safari browsers?

Last post 08-31-2007 10:13 AM by dwhite. 1 replies.

Sort Posts:

  • How to create xmlhttp object for mozilla and safari browsers?

    08-31-2007, 4:51 AM
    • Member
      4 point Member
    • VijayV
    • Member since 08-24-2007, 6:10 PM
    • Posts 11

    Hi all,

    I am working with XML HTTP request object. I am able to create this object for xmlhttp for IE from the below

    XmlHttp = new ActiveXObject("Msxml2.XMLHTTP");

    but, this is not working for mozilla and safari browsers. Can anybody tell me how to create xmlhttp object for those two browsers?

    Thanks in advance.

  • Re: How to create xmlhttp object for mozilla and safari browsers?

    08-31-2007, 10:13 AM
    Answer
    • Star
      8,978 point Star
    • dwhite
    • Member since 02-08-2007, 9:25 AM
    • Bristol, CT
    • Posts 1,422

    Take a look here: http://www.wrox.com/WileyCDA/Section/id-291289.html

    ActiveXObject(...) is strictly for IE

    -Damien

    Visoft, Inc - Home | Blogs

    Latest Blog Post: Silverlight DataBinding Bug
Page 1 of 1 (2 items)