Im trying to make a array of images then make it post a image heres what i got;
Doesnt seem to work.Code:/* This is a test document. Array. ROSS JENKINS. 0.1 function preloadImages(){ var ROSS=new Array(); myCars[0]="Test1"; myCars[1]="test2"; myCars[2]="test3"; pictures[3] = new Image(50, 50); pictures[3].src = "ross.gif"; } document.write(ROSS[0]); var pictures = new Array(3);
Ross PLEASEE HELPPP





Reply With Quote


