firefox says national[0][0][1] has no properties even though i made it an option element.
var national = new Array();
national[0] = new Array();
national[0][0] = new Array();
national[0] = "United States";
national[0][0] = document.createElement("option");
national[0][0].text = "United States";
national[0][0].value = "flags/usa.gif";
national[0][0][0] = document.createElement("option");
national[0][0][0].text = "5x9 - $9.99";
national[0][0][0].value = 9.99;
national[0][0][1] = document.createElement("option");
national[0][0][1].text = "10 x 18 - $34.99";
national[0][0][1].value = 34.99;
national[0][0][2] = document.createElement("option");
national[0][0][2].text = "50 x 90 - $934.99";
national[0][0][2].value = 934.99;


greetings, fellow internet!

Reply With Quote


Bookmarks