M
Mrkljus
Hi, ppl
Somebody knows why this works in MSIE6 and not in MSIE7 :
artPage=new Array();
artPage[42]=new Array();
artPage[42][0]=null;
artPage[42][1]=new Array();
artPage[42][1][0]=1290;
artPage[42][1][1]=1291;
artPage[42][2]=new Array();
artPage[42][2][0]=1292;
artPage[42][2][1]=1319;
so there is a 'hole' between 0 and 42, those elements are not initialized.
MSIE7 reads that there are 40 empty elements in first dimension. MSIE6 has
no problems with those variables at all so there might be some 'security
issue' which imposed MSIE7 is ignoring such code, I do not know now how to
handle this situation..
Any help?
Thanks
Somebody knows why this works in MSIE6 and not in MSIE7 :
artPage=new Array();
artPage[42]=new Array();
artPage[42][0]=null;
artPage[42][1]=new Array();
artPage[42][1][0]=1290;
artPage[42][1][1]=1291;
artPage[42][2]=new Array();
artPage[42][2][0]=1292;
artPage[42][2][1]=1319;
so there is a 'hole' between 0 and 42, those elements are not initialized.
MSIE7 reads that there are 40 empty elements in first dimension. MSIE6 has
no problems with those variables at all so there might be some 'security
issue' which imposed MSIE7 is ignoring such code, I do not know now how to
handle this situation..
Any help?
Thanks