> Are you using IE 6 ?
> It looks like the website is using ActiveXObject instead of
> XMLHttpRequest to display Ajax page.
> yes, the drop-down menu is coming from Ajax. ActiveXObject are now
> depreciated. So, there is no problem with the browser. Actually the
> site need an updation !!

Yes there is the code from the site :-
<!------------------------------------------------------------------------------------------
>
var xmlDocCity = new ActiveXObject("Microsoft.XMLDOM");
        xmlDocCity.async="false";
        xmlDocCity.loadXML(citymaster);
        xmlcityObject = xmlDocCity.documentElement;
<!------------------------------------------------------------------------------------------
>
Now, as you can see most modern browser use XMLHttpRequest to display
page by Ajax, and they will be unable to load ActiveX Object.
Since ActiveX Object is Microsoft Patent, it is not supported by Open
Source browser !!

-- 
l...@iitd - http://tinyurl.com/ycueutm

Reply via email to