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.