Click here to Skip to main content
15,921,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i am developed one system based on php with ajax that is worked in mozilla but do not work in internet explorer what i can do for that i am using 8th version of internet explorer
Posted
Comments
Manfred Rudolf Bihy 17-Apr-13 3:53am    
Without seeing any code it's kind of hard to tell what the show stopper is right now, but I strongly encourage you to use a javascript library like jQuery for instance, as it it takes away the pain of having to deal with cross browser compatibility issues (at least most of the issues).
Please change your username, where it showing mail id. Else you may get lot of spam mails...
Anybody can misuse it. Please give your name, not mail id.

1 solution

The problem with AJAX is that there are sometimes subtle and sometimes not so subtle differences how stuff is handled between different browsers. To alleviate that pain there are several javascript libraries that mitigate if nor completely solve the cross browser compatibility issues.
The most notable one which I would recommend to you is jQuery[^].

Regards,

— Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900