English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

If we have a div tag called "content" as ID and an ajax link within this div tag clicking on which will update itself. On some browsers, clicking on this link doesn't do anything at all, specially with Internet Explorer. It is a browser problem or is it something I can do in the code to fix it?

Thankyou.

2006-12-07 23:26:40 · 2 answers · asked by Manish 5 in Computers & Internet Programming & Design

In firefox it works, and in IE doesn't. I have also noticed that, on two different computers, both having exactly same IE version (e.g., 0.0.0000.00 - all version digits exactly the same) but on one computer it works and on another it doesnt.

2006-12-08 03:39:58 · update #1

2 answers

Internet explorer does so many things wrong! I develop ajax... and find often code goes haywire on IE. I have heard there is in add-in to debug, similar to firebug for firefox.


in which browsers does your page work? in which doesn't it?


UPDATE:
WOW! is javascript turned off on the evil computer?

2006-12-08 03:35:18 · answer #1 · answered by jake cigar™ is retired 7 · 0 0

In IE, check the bottom right corner for JS errors. For Mozilla, open the Javascript Console (Mozilla is much better for this). It's probably an error because all browsers that support current JS should work properly with AJAX.

2006-12-08 08:27:55 · answer #2 · answered by Anonymous · 0 0

fedest.com, questions and answers