Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. javascript slide show not workin

javascript slide show not workin

Scheduled Pinned Locked Moved Web Development
javascriptmobiledatabasedata-structures
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rajiv_kadam
    wrote on last edited by
    #1

    i m displaying images from database in slide show but it is not displayed here is my code arr=new Array("/images/interswitch-logo.gif","/images/bbsalogo1.PNG","/images/smartphone.jpg","/images/searchicon.gif"); counter=0; arraylength=arr.length; function slide() { if(document.img.complete) { counter++; if(counter==arraylength) { counter=0; } document.img.src=arr[counter]; setTimeout("slide()",6*1000); } }

    T 1 Reply Last reply
    0
    • R rajiv_kadam

      i m displaying images from database in slide show but it is not displayed here is my code arr=new Array("/images/interswitch-logo.gif","/images/bbsalogo1.PNG","/images/smartphone.jpg","/images/searchicon.gif"); counter=0; arraylength=arr.length; function slide() { if(document.img.complete) { counter++; if(counter==arraylength) { counter=0; } document.img.src=arr[counter]; setTimeout("slide()",6*1000); } }

      T Offline
      T Offline
      thatraja
      wrote on last edited by
      #2

      the image should be exist in that appropriate location, i mean check the image path. add .. before the image path. For example "../images/smartphone.jpg"

      thatraja


      Tips/Tricks|Brainbench certifications

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups