Results 1 to 3 of 3

Thread: "DHTML Slide Show Script" - How to return to beginning?

  1. #1
    Join Date
    May 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default "DHTML Slide Show Script" - How to return to beginning?

    1) Script Title: DHTML Slide Show Script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...dhtmlslide.htm

    3) Describe problem: Script works great, but can someone tell me how to add code to return to image #1 after viewing the final image? I am not versed in JS.

  2. #2
    Join Date
    May 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Never mind! I tried searching again using the full link to the script and found the answer.

    function forward(){
    if (which<photos.length-1)
    which=which+1;
    else
    which=0;
    applyeffect()
    document.images.photoslider.src=photos[which]
    playeffect()
    keeptrack()
    }

  3. #3
    Join Date
    May 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    how to i get a zip code widget on my insurance website? thanks.

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
  •