Results 1 to 2 of 2

Thread: Conveyer belt slideshow question

  1. #1
    Join Date
    Jun 2005
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Conveyer belt slideshow question

    Hi I am using this script and would like some help so that when you click on an image it takes you to another window but sized correctly and minus the toolbars. I've in the past used a script that does this normally (without having the c.b.slideshow) but I can't for the life of me work out how to integrate the two!

    http://www.dynamicdrive.com/dynamici...rightslide.htm

    Any help would by much appreciated.

  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

    Code:
    leftrightslide[0]='<a href="http://www.google.com" onclick="window.open(this.href, \'winName\', \'width=300, height=200\');return false;"><img src="dynamicbook1.gif" border="1"></a>'
    Change the width and height to whatever you want. Change the href to whatever you want. This one will open Google in a 300x200 window with only a title bar. If you want other stuff add it in after the height and before the \' thing that follows the height. Here are the things you can add in:
    Code:
    top=100,left=200,scrollbars=yes,location=yes,directories=yes,status=yes,menubar=yes,toolbar=yes,resizable=yes
    - John
    ________________________

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

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
  •