Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Presentational Slideshow Modification

  1. #1
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Question Presentational Slideshow Modification

    1) Script Title: Presentational Slideshow Script

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

    3) Describe problem: Is it possible to have the images paused when the mouse is over an image, and open in a new window?

    Regards

    Drachsi

  2. #2
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Unhappy What would it cost to modify this script?

    It is a shame that when using this script, clicking on an image opens in the same window. What would it cost to modify this script to be able to pause and open in a new window, assuming it is possible?

    Regards

    Drachsi

  3. #3
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    For opening in a new window, find this piece of code and add the highlighted:
    Code:
    function startit(){
    var crossobj=ie4? eval("document.all."+curcanvas) : document.getElementById(curcanvas)
    crossobj.innerHTML='<a href="'+droplinks[curimageindex]+'" target="_blank"><img src="'+dropimages[curimageindex]+'" border=0></a>'
    rotateimage()
    }
    Good luck!

  4. The Following User Says Thank You to Snookerman For This Useful Post:

    Drachsi (02-20-2009)

  5. #4
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Question

    Hi,

    I tried that and it did not work. I also copied all the code shown and still the same, just loads into same window. Would the pause need be similar?

    Regards

    Drachsi

  6. #5
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    It worked for me so you must have done something wrong. Could you please post a link to the page where you tested this?

  7. The Following User Says Thank You to Snookerman For This Useful Post:

    Drachsi (02-20-2009)

  8. #6
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    It worked for me so you must have done something wrong. Could you please post a link to the page where you tested this?
    Hi,

    I sent the info as requested to your private email, did you get it ok?

    Regards

    Drachsi

  9. #7
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Yeah, I just haven't had time to looks at it. I'll post as soon as I do

  10. #8
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Unhappy

    Does anybody have a working version that lets you open a new window?

    Regards

    Drachsi

  11. #9
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    I looked at the page you sent me in your message but there are no images in the slideshow, I just see whitespace.

  12. #10
    Join Date
    Jul 2008
    Posts
    24
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Unhappy Loads ok for me

    This load ok for me. The first image is blue and this loads in a new window. the rest load into the same window.http://www.drachselsried.eu/marketing/test.htm

    Regards

    Drachsi

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
  •