Results 1 to 3 of 3

Thread: 'undefined' appears

  1. #1
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 'undefined' appears

    1) Script Title: Flexi Slideshow

    2) Script URL (on DD): http://rockabilly-haiku.com/bloomies/index.html building site

    3) Describe problem: the word undefined appears to the bottom left of the slide show images. How do I get rid of it?

    Thanks, Albert.
    Last edited by jscheuer1; 01-23-2014 at 02:57 AM. Reason: Format

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Change:

    Code:
    //variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
    
    variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg',]
    variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg',]
    variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg',]
    variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg',]
    to:

    Code:
    //variableslide[x]=["path to image", "OPTIONAL link for image", "OPTIONAL text description (supports HTML tags)"]
    
    variableslide[0]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 6.jpg', '', '']
    variableslide[1]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 4.jpg', '', '']
    variableslide[2]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 3.jpg', '', '']
    variableslide[3]=['http://rockabilly-haiku.com/bloomies/images/wide flowers 2.jpg', '', '']
    Note: "Optional" in this case means 'can be empty', not 'can be absent'.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2014
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default It worked

    and I thank you very much. Albert.

Similar Threads

  1. DHTML Window pop up appears once only
    By leonard3107 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 10-08-2012, 03:55 PM
  2. Replies: 5
    Last Post: 09-28-2012, 01:31 AM
  3. $f is undefined
    By creative creator in forum JavaScript
    Replies: 2
    Last Post: 06-18-2010, 01:25 PM
  4. When the favicon appears?
    By Teresa Fernandes in forum HTML
    Replies: 2
    Last Post: 04-14-2008, 05:19 PM
  5. On Mouseover help message appears
    By Mozie in forum Looking for such a script or service
    Replies: 2
    Last Post: 04-13-2007, 01:12 PM

Bookmarks

Posting Permissions

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