Ajax control doesn't work in Firefox and other computers?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Friends, I developed my first ajax control. it is working fine in IE6 and IE7 on my computer but not in FireFox. The more important thing and disappointing thing AJAX control is not working when I try to access from other computer. I need your help in it. I am using following code for Firefox browser in javasctipt but stil it doesn't work. Anyone of you have an idea? // Mozilla | Netscape | Safari objXmlHttp = new XMLHttpRequest(); Regards, Abubakar