Can anyone tell me why Firefox treats this Javascript code normally while IE gives me an error: Object doesn't support this property or method???
Are arrays another IE quirk because the whole script (very large) works perfectly in other browsers.
I can only guess it has something to do with syntaxCode:position = new Array (10); position[0] = "DC"; position[1] = "DL"; position[2] = "DR"; position[3] = "MC"; position[4] = "ML"; position[5] = "MR"; position[6] = "FC"; position[7] = "FL"; position[8] = "FR"; position[9] = "ST";



Reply With Quote


Bookmarks