Results 1 to 4 of 4

Thread: Javascript HELP

  1. #1
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default Javascript HELP

    Im trying to make a array of images then make it post a image heres what i got;


    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);
    Doesnt seem to work.
    Ross PLEASEE HELPPP

  2. #2
    Join Date
    Oct 2009
    Location
    USA
    Posts
    47
    Tokens
    0

    Default

    I think you got the syntax wrong and aren't those css comment tags I'm so tired I would explain but I'm goin to bed
    :eusa_danc

  3. #3
    Join Date
    Oct 2006
    Location
    Peterborough, UK
    Posts
    3,855
    Tokens
    216

    Latest Awards:

    Default

    Quote Originally Posted by GoldenMerc View Post
    Im trying to make a array of images then make it post a image heres what i got;


    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);
    Doesnt seem to work.
    Ross PLEASEE HELPPP
    Code:
    /* is a multiline comment and needs to be closed with */


    visit my internet web site on the internet
    http://dong.engineer/
    it is just videos by bill wurtz videos you have been warned

  4. #4
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    So is that why it wasnt working?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •