Question : Script not running in IE6

The following javascript will not run in IE6

On loading the page I get "identifier was expected" ( I have script debugging on) and when running the script (clicking the checkbox) I get "object expected" and the script is not run.
It works fine in Firefox, Opera and Safari. But not in IE6. (Haven't testet IE7 and 8 yet)
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
Onclick:
Open in New Window Select All

Answer : Script not running in IE6

May or may not be the issue, but try removing the last comma of your callback array. It may cause some serious trouble in IE browsers as described in http://www.openjs.com/articles/ie/array_comma_problem.php
Random Solutions  
 
programming4us programming4us