M
M. Fisher
In Firefox and Mozilla this works perfectly and in IE7 is does as
well, but in IE6 I can't figure out why it doesn't work properly. I
include the file data.js which has data as follows:
var dashboardData = {
'SDET_Lab130' : {
'SDET' : [
["0","400","7","24431","25179","24919","1.09","base"],
["1","400","7","27729","28031","27877","0.34","11.87","rate
Improved"],
["0","450","7","24691","25194","24966","0.75","base"],
["1","450","7","27598","28090","27860","0.60","11.59","rate
Improved"],
["0","500","7","24725","25171","24967","0.74","base"],
["1","500","7","27556","27941","27795","0.52","11.32","rate
Improved"],
],
},
....
But I always get the error message, dashboardData not found. Is the
formatting wrong for IE6, or does anyone know what is going on here.
Any help is appreciated.
Thanks
Marc
well, but in IE6 I can't figure out why it doesn't work properly. I
include the file data.js which has data as follows:
var dashboardData = {
'SDET_Lab130' : {
'SDET' : [
["0","400","7","24431","25179","24919","1.09","base"],
["1","400","7","27729","28031","27877","0.34","11.87","rate
Improved"],
["0","450","7","24691","25194","24966","0.75","base"],
["1","450","7","27598","28090","27860","0.60","11.59","rate
Improved"],
["0","500","7","24725","25171","24967","0.74","base"],
["1","500","7","27556","27941","27795","0.52","11.32","rate
Improved"],
],
},
....
But I always get the error message, dashboardData not found. Is the
formatting wrong for IE6, or does anyone know what is going on here.
Any help is appreciated.
Thanks
Marc