IE7

Anybody have any experience/advice/tips on how to debug AJAX/ Javascript problems in IE7?

Anybody have any experience/advice/tips on how to debug AJAX/ Javascript problems in IE7?

http://www.google.com/search?q=firebug+for+ie

Read the first link. Follow the link. Keep reading...

Anybody have any experience/advice/tips on how to debug AJAX/

  > Javascript problems in IE7?

firebug-lite (Firebug) let's you have a javascript console in IE : you can look into variable, run js commands on the current page, call functions, etc.. (no help for AJAX though).

It's used to investigate an IE problem in the 2nd half of the peepcode screencast on javascript : (Online Courses, Learning Paths, and Certifications - Pluralsight)

Alain Ravet