0

No functions get called, and I can't even alert. It is just an external javascript file.

However, everything works on Firefox, Chrome and IE8.

I am using Django/python backened to serve this file. Is this a known bug from IE7?

TIMEX
  • 259,804
  • 351
  • 777
  • 1,080

1 Answers1

4

Given the generic nature of the question the best answer would be found in the answer to another question:

Debugging JavaScript in IE7: Debugging JavaScript in IE7

Using these debug tools you can find out exactly what is going wrong with IE7 in particular.

Community
  • 1
  • 1
leepowers
  • 37,828
  • 23
  • 98
  • 129
  • THanks. In the end, we used JSLINT to determine that we had an extra comma at the end of a dictionary – TIMEX Mar 26 '10 at 20:31