Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    Thank You - You gave me the direction to go :-)
  2. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    understood.. I guess I failed to mention, that I would already be adding the information about the images, etc. to the database, under the member's account - so the only problem would be getting the count from the database, and importing it into the javascript - probably using PHP ???
  3. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    will this script work on a linux box ( LAMP )? I tried it on my local box, and it didn't do anything useful .. lol
  4. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    UGH!! That is more complicated than I thought it might be .... I will have the image names and a count stored in a MySQL database - Is there an easy way to import that number into the javascript? Oh yeah .. Thank You All, for the help so far :-)
  5. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    it didn't like "push" Another thing ... How would I change the above, to have it insert the name of the image(s) instead of just a sequential numbering .. ie: mypic.jpg and myotherpic.jpg , as opposed to 1.jpg and 2.jpg? I think that made sense .. lol
  6. dakipi

    Please Help with a "for - or - while" loop to add lines to an array

    BabyJeffy - Thank You :-) That works perfectly. As to the total number of images in the images directory .. how would I change this, to Automatically count the number of images in the images dir, and insert that number in the script? ie here: for (i = 0; i <= ??
  7. dakipi

    Please Help with a &quot;for - or - while&quot; loop to add lines to an array

    Hello, I have a slideshow script that has the following lines in the javascript: var fadeimages=new Array() fadeimages[0]=["images/1.jpg", "", ""] fadeimages[1]=["images/2.jpg", "", ""] fadeimages[2]=["images/3.jpg", "", ""] -------------------------------------- I want to be able to use a...

Part and Inventory Search

Back
Top